apollo.cf 1.1 KB

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