forked from NathanGibbs3/iplog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.in
84 lines (63 loc) · 2.05 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
#undef HAVE_SOCKADDR_SA_LEN
#undef HAVE_GETHOSTBYADDR_R
#undef HAVE_GETPROTOBYNUMBER_R
#undef HAVE_GETSERVBYPORT_R
#undef HAVE_PTHREAD_CANCEL
#undef HAVE_GETSERVBYPORT_RSIX
#undef HAVE_GETSERVBYPORT_RFIVE
#undef HAVE_GETSERVBYPORT_RFOUR
#undef HAVE_GETHOSTBYADDR_REIGHT
#undef HAVE_GETHOSTBYADDR_RSEVEN
#undef HAVE_GETHOSTBYADDR_RFIVE
#undef HAVE_GETPROTOBYNUMBER_RFIVE
#undef HAVE_GETPROTOBYNUMBER_RFOUR
#undef HAVE_GETPROTOBYNUMBER_RTHREE
#undef HAVE_IPADDR_T
#undef HAVE_IN_PORT_T
#undef PACKAGE
#undef VERSION
#undef u_int32_t
#undef u_int16_t
#undef u_int8_t
#undef uint32_t
#undef uint16_t
#undef uint8_t
/* Define if you have the dprintf function. */
#undef HAVE_DPRINTF
/* Define if you have the gethostbyaddr_r function. */
#undef HAVE_GETHOSTBYADDR_R
/* Define if you have the getopt_long function. */
#undef HAVE_GETOPT_LONG
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
/* Define if you have the getprotobynumber_r function. */
#undef HAVE_GETPROTOBYNUMBER_R
/* Define if you have the getservbyport_r function. */
#undef HAVE_GETSERVBYPORT_R
/* Define if you have the inet_aton function. */
#undef HAVE_INET_ATON
/* Define if you have the localtime_r function. */
#undef HAVE_LOCALTIME_R
/* Define if you have the pthread_cancel function. */
#undef HAVE_PTHREAD_CANCEL
/* Define if you have the pthread_create function. */
#undef HAVE_PTHREAD_CREATE
/* Define if you have the snprintf function. */
#undef HAVE_SNPRINTF
/* Define if you have the vasprintf function. */
#undef HAVE_VASPRINTF
/* Define if you have the vsnprintf function. */
#undef HAVE_VSNPRINTF
/* Define if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
/* Define if you have the <sys/sockio.h> header file. */
#undef HAVE_SYS_SOCKIO_H
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
/* define if your compiler has __attribute__ */
#undef HAVE___ATTRIBUTE__