home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / isc4-0.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-28  |  420 b   |  20 lines

  1. /* Synched up with: FSF 19.29. */
  2.  
  3. #include "isc3-0.h"
  4.  
  5. #undef LIBS_SYSTEM
  6. #ifdef HAVE_X_WINDOWS
  7. #define LIBS_SYSTEM -linet -lcposix
  8. #else
  9. #define LIBS_SYSTEM -lcposix
  10. #endif
  11.  
  12. #define ISC4_0
  13.  
  14. /* fmcphers@csugrad.cs.vt.edu reported this was necessary.
  15.    He used GCC.  I don't know what is needed with other compilers.  */
  16. #ifdef __GNUC__
  17. #undef LIBX11_SYSTEM
  18. #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
  19. #endif
  20.