home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nmap254b.zip / config.h.in < prev    next >
Text File  |  2001-06-02  |  1KB  |  84 lines

  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3.  
  4. #undef PCAP_TIMEOUT_IGNORED
  5.  
  6. #undef HAVE_STRUCT_IP
  7.  
  8. #undef HAVE_USLEEP
  9.  
  10. #undef HAVE_NANOSLEEP
  11.  
  12. #undef HAVE_STRUCT_ICMP
  13.  
  14. #undef HAVE_IP_IP_SUM
  15.  
  16. #undef inline
  17.  
  18. #undef STDC_HEADERS
  19.  
  20. #undef HAVE_STRING_H
  21.  
  22. #undef HAVE_GETOPT_H
  23.  
  24. #undef HAVE_STRINGS_H
  25.  
  26. #undef HAVE_PWD_H
  27.  
  28. #undef HAVE_BSTRING_H
  29.  
  30. #undef WORDS_BIGENDIAN
  31.  
  32. #undef HAVE_MEMORY_H
  33.  
  34. /* both bzero() and memcpy() are used in the source */
  35. #undef HAVE_BZERO
  36. #undef HAVE_MEMCPY
  37. #undef HAVE_STRERROR
  38.  
  39. #undef HAVE_SYS_PARAM_H
  40.  
  41. #undef HAVE_SYS_SOCKIO_H
  42.  
  43. #undef BSD_NETWORKING
  44.  
  45. #undef HAVE_SNPRINTF
  46.  
  47. #undef HAVE_VSNPRINTF
  48.  
  49. #undef HAVE_INET_ATON
  50.  
  51. #undef HAVE_STRCASESTR
  52.  
  53. #undef HAVE_GETOPT_LONG
  54.  
  55. #undef IN_ADDR_DEEPSTRUCT
  56.  
  57. #undef HAVE_NETINET_IN_SYSTEM_H
  58.  
  59. #undef HAVE_SOCKADDR_SA_LEN
  60.  
  61. #undef HAVE_NETINET_IF_ETHER_H
  62.  
  63. #undef STUPID_SOLARIS_CHECKSUM_BUG
  64.  
  65. #undef SPRINTF_RETURNS_STRING
  66.  
  67. #undef TIME_WITH_SYS_TIME
  68. #undef HAVE_SYS_TIME_H
  69.  
  70. #undef LINUX
  71. #undef FREEBSD
  72. #undef OPENBSD
  73. #undef SOLARIS
  74. #undef SUNOS
  75. #undef BSDI
  76. #undef IRIX
  77. #undef NETBSD
  78. #undef MACOSX
  79.  
  80. #endif /* CONFIG_H */
  81.  
  82.  
  83.  
  84.