config.h.in
上传用户:nilegod
上传日期:2007-01-08
资源大小:220k
文件大小:4k
源码类别:

网络截获/分析

开发平台:

C/C++

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* acconfig.h Generated from scratch by my hand... ;) ALoR */
  3. /* Define if you don't have vprintf but do have _doprnt.  */
  4. #undef HAVE_DOPRNT
  5. /* Define if you have the vprintf function.  */
  6. #undef HAVE_VPRINTF
  7. /* Define as the return type of signal handlers (int or void).  */
  8. #undef RETSIGTYPE
  9. /* Define if you have the ANSI C header files.  */
  10. #undef STDC_HEADERS
  11. /* Define if `sys_siglist' is declared by <signal.h>.  */
  12. #undef SYS_SIGLIST_DECLARED
  13. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  14. #undef TIME_WITH_SYS_TIME
  15. /* Define if your <sys/time.h> declares struct tm.  */
  16. #undef TM_IN_SYS_TIME
  17. /* Define if you have the atexit function.  */
  18. #undef HAVE_ATEXIT
  19. /* Define if you have the getopt_long function.  */
  20. #undef HAVE_GETOPT_LONG
  21. /* Define if you have the gettimeofday function.  */
  22. #undef HAVE_GETTIMEOFDAY
  23. /* Define if you have the select function.  */
  24. #undef HAVE_SELECT
  25. /* Define if you have the socket function.  */
  26. #undef HAVE_SOCKET
  27. /* Define if you have the strlcat function.  */
  28. #undef HAVE_STRLCAT
  29. /* Define if you have the vsnprintf function.  */
  30. #undef HAVE_VSNPRINTF
  31. /* Define if you have the <ctype.h> header file.  */
  32. #undef HAVE_CTYPE_H
  33. /* Define if you have the <curses.h> header file.  */
  34. #undef HAVE_CURSES_H
  35. /* Define if you have the <dirent.h> header file.  */
  36. #undef HAVE_DIRENT_H
  37. /* Define if you have the <dlfcn.h> header file.  */
  38. #undef HAVE_DLFCN_H
  39. /* Define if you have the <fcntl.h> header file.  */
  40. #undef HAVE_FCNTL_H
  41. /* Define if you have the <getopt.h> header file.  */
  42. #undef HAVE_GETOPT_H
  43. /* Define if you have the <ifaddrs.h> header file.  */
  44. #undef HAVE_IFADDRS_H
  45. /* Define if you have the <ncurses.h> header file.  */
  46. #undef HAVE_NCURSES_H
  47. /* Define if you have the <net/ethernet.h> header file.  */
  48. #undef HAVE_NET_ETHERNET_H
  49. /* Define if you have the <net/if.h> header file.  */
  50. #undef HAVE_NET_IF_H
  51. /* Define if you have the <net/if_arp.h> header file.  */
  52. #undef HAVE_NET_IF_ARP_H
  53. /* Define if you have the <netinet/ip.h> header file.  */
  54. #undef HAVE_NETINET_IP_H
  55. /* Define if you have the <netinet/ip_icmp.h> header file.  */
  56. #undef HAVE_NETINET_IP_ICMP_H
  57. /* Define if you have the <netinet/tcp.h> header file.  */
  58. #undef HAVE_NETINET_TCP_H
  59. /* Define if you have the <signal.h> header file.  */
  60. #undef HAVE_SIGNAL_H
  61. /* Define if you have the <stdarg.h> header file.  */
  62. #undef HAVE_STDARG_H
  63. /* Define if you have the <stdlib.h> header file.  */
  64. #undef HAVE_STDLIB_H
  65. /* Define if you have the <sys/ioctl.h> header file.  */
  66. #undef HAVE_SYS_IOCTL_H
  67. /* Define if you have the <sys/ipc.h> header file.  */
  68. #undef HAVE_SYS_IPC_H
  69. /* Define if you have the <sys/shm.h> header file.  */
  70. #undef HAVE_SYS_SHM_H
  71. /* Define if you have the <sys/socket.h> header file.  */
  72. #undef HAVE_SYS_SOCKET_H
  73. /* Define if you have the <sys/time.h> header file.  */
  74. #undef HAVE_SYS_TIME_H
  75. /* Define if you have the <sys/utsname.h> header file.  */
  76. #undef HAVE_SYS_UTSNAME_H
  77. /* Define if you have the <termios.h> header file.  */
  78. #undef HAVE_TERMIOS_H
  79. /* Define if you have the <unistd.h> header file.  */
  80. #undef HAVE_UNISTD_H
  81. /* Define if you have the c library (-lc).  */
  82. #undef HAVE_LIBC
  83. /* Define if you have the curses library (-lcurses).  */
  84. #undef HAVE_LIBCURSES
  85. /* Define if you have the dl library (-ldl).  */
  86. #undef HAVE_LIBDL
  87. /* Define if you have the ncurses library (-lncurses).  */
  88. #undef HAVE_LIBNCURSES
  89. /* my define for libncurses && ncurses_h */
  90. #undef HAVE_NCURSES
  91. /* can ettercap be setuid ? */
  92. #undef PERMIT_SUID
  93. /* can ettercap use plugins ? */
  94. #undef PERMIT_PLUGINS
  95. /* do U have PF_PACKET protocol ? */
  96. #undef HAVE_PF_PACKET
  97. /* no, only PF_INET, SOCK_PACKET ! */
  98. #undef HAVE_SOCK_PACKET
  99. /* SSH support ! */
  100. #undef HAVE_OPENSSL
  101. /* what endianness do U have ? */
  102. #undef HAVE_MACHINE_LIL
  103. #undef HAVE_MACHINE_BIG
  104. /* EOF */