home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / e20313sr.zip / emacs / 20.3.1 / src / s / isc4-0.h < prev    next >
C/C++ Source or Header  |  1999-06-27  |  635b  |  26 lines

  1. #include "isc3-0.h"
  2.  
  3. #undef LIBS_SYSTEM
  4. #define LIBS_SYSTEM -linet -lcposix
  5.  
  6. #define ISC4_0
  7.  
  8. /* fmcphers@csugrad.cs.vt.edu reported this was necessary.
  9.    He used GCC.  I don't know what is needed with other compilers.  */
  10. #ifdef __GNUC__
  11. #undef LIBX11_SYSTEM
  12. #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
  13. #endif
  14.  
  15. /* Tobias Herbert <herbert@clipper.ikp.physik.th-darmstadt.de>
  16.    says this is needed.  */
  17.  
  18. #ifndef POSIX_SIGNALS
  19. #ifndef sigblock
  20. #ifndef SIG_BLOCK
  21. #define SIG_BLOCK 0
  22. #endif
  23. #define sigblock(sig) (sigprocmask (SIG_BLOCK, SIGEMPTYMASK | sig, NULL))
  24. #endif
  25. #endif /* not POSIX_SIGNALS */
  26.