home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / config / apollo.cf < prev    next >
Text File  |  1999-09-03  |  1KB  |  39 lines

  1. XCOMM platform:  $XConsortium: apollo.cf /main/34 1996/09/28 16:09:07 rws $
  2.  
  3. /*
  4.  * Minimally tested, and only in the bsd4.3 environment.  X_NOT_POSIX is not
  5.  * in Xosdefs.h, because we suspect someone might want to try building with
  6.  * POSIX support in the sysv environment (the OS doc seems to imply that
  7.  * POSIX is supported in sysv).
  8.  */
  9.  
  10. #ifndef OSName
  11. #define OSName            Domain/OS SR10.3
  12. #endif
  13. XCOMM operating system:  OSName
  14. #ifndef OSMajorVersion
  15. #define OSMajorVersion    10
  16. #endif
  17. #ifndef OSMinorVersion
  18. #define OSMinorVersion    3
  19. #endif
  20.  
  21. #ifndef CCompilerMajorVersion
  22. #define CCompilerMajorVersion 6
  23. #endif
  24. #ifndef CCompilerMinorVersion
  25. #define CCompilerMinorVersion 8
  26. #endif
  27.  
  28. #define StandardDefines -DX_NOT_POSIX
  29. #define BuildServer    NO
  30. #define HasNdbm        YES
  31. #define ConnectionFlags    -DTCPCONN
  32.  
  33. #define    InstallManPageLong(file,destdir,dest)                @@\
  34. install.man:: file.man                            @@\
  35.     MakeDir($(DESTDIR)destdir)                    @@\
  36.     $(NROFF) $(MANMACROS) file.man > file.mantxt                @@\
  37.     $(INSTALL) -c $(INSTMANFLAGS) file.mantxt $(DESTDIR)destdir/dest.$(MANSUFFIX) @@\
  38.     $(RM) file.mantxt
  39.