home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircd4652.zip / ircd-df-4.6.5-os2 / include / setup.h < prev    next >
Text File  |  1998-06-08  |  578b  |  28 lines

  1. #ifndef __setup_include__
  2. #define __setup_include__
  3. #define    PARAMH
  4. #define    UNISTDH
  5. #undef        STRINGH
  6. #undef        STRINGSH
  7. #define    STDLIBH
  8. #define    STDDEFH
  9. #undef        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. #undef        GETTIMEOFDAY
  18. #undef        LRAND48
  19. #undef        MALLOCH
  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_BSD
  24. #define    BSD_RELIABLE_SIGNALS
  25. #define    TIMES_2
  26. #undef        GETRUSAGE_2
  27. #endif
  28.