home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / java / in4wjcxu / other / irc / include / setup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-14  |  546 b   |  28 lines

  1. #ifndef __setup_include__
  2. #define __setup_include__
  3. #define    PARAMH
  4. #define    UNISTDH
  5. #define    STRINGH
  6. #undef    STRINGSH
  7. #define    STDLIBH
  8. #define    STDDEFH
  9. #define    SYSSYSLOGH
  10. #define    NOINDEX
  11. #undef    NEED_STRERROR
  12. #define    NEED_STRTOKEN
  13. #undef    NEED_STRTOK
  14. #undef    NEED_INET_ADDR
  15. #undef    NEED_INET_NTOA
  16. #undef    NEED_INET_NETOF
  17. #define    GETTIMEOFDAY
  18. #undef    LRAND48
  19. #define    MALLOCH    <malloc.h>
  20. #define    bzero(a,b)    memset(a,0,b)
  21. #define    bcopy(a,b,c)    memcpy(b,a,c)
  22. #define    bcmp    memcmp
  23. #define    NBLOCK_POSIX
  24. #define    POSIX_SIGNALS
  25. #undef    TIMES_2
  26. #undef    GETRUSAGE_2
  27. #endif
  28.