home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / emacs / src / s-sol2.h < prev    next >
C/C++ Source or Header  |  1992-10-18  |  453b  |  19 lines

  1. #include "s-usg5-4.h"
  2.  
  3. /* cracraft@ai.mit.edu says these work.  */
  4. #define BROKEN_FIONREAD
  5. #undef SYSV_STREAMS
  6.  
  7. #define POSIX
  8.  
  9. /* Here is how to find X Windows.  */
  10. #define LD_SWITCH_SYSTEM -L/usr/openwin/lib
  11. #define C_SWITCH_X_SYSTEM -I/usr/openwin/include
  12.  
  13. /* Compile in non-ansi fashion to work around bugs in system header files.  */
  14. #ifndef __GNUC__
  15. #define C_SWITCH_SYSTEM -Xs
  16. #else /* GCC */
  17. #define C_SWITCH_SYSTEM -traditional
  18. #endif /* GCC */
  19.