Copied missing files from the subversion repository.
[collectd.git] / src / libping / config.h.in
1 /* src/libping/config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
7 #undef HAVE_SYS_WAIT_H
8
9 /* Define to `int' if <sys/types.h> doesn't define.  */
10 #undef pid_t
11
12 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
13 #undef size_t
14
15 /* Define if you have the ANSI C header files.  */
16 #undef STDC_HEADERS
17
18 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
19 #undef TIME_WITH_SYS_TIME
20
21 /* Define if you have the gethostbyname function.  */
22 #undef HAVE_GETHOSTBYNAME
23
24 /* Define if you have the gettimeofday function.  */
25 #undef HAVE_GETTIMEOFDAY
26
27 /* Define if you have the memcpy function.  */
28 #undef HAVE_MEMCPY
29
30 /* Define if you have the select function.  */
31 #undef HAVE_SELECT
32
33 /* Define if you have the socket function.  */
34 #undef HAVE_SOCKET
35
36 /* Define if you have the strcasecmp function.  */
37 #undef HAVE_STRCASECMP
38
39 /* Define if you have the strchr function.  */
40 #undef HAVE_STRCHR
41
42 /* Define if you have the strcmp function.  */
43 #undef HAVE_STRCMP
44
45 /* Define if you have the strdup function.  */
46 #undef HAVE_STRDUP
47
48 /* Define if you have the strlen function.  */
49 #undef HAVE_STRLEN
50
51 /* Define if you have the strncasecmp function.  */
52 #undef HAVE_STRNCASECMP
53
54 /* Define if you have the strncmp function.  */
55 #undef HAVE_STRNCMP
56
57 /* Define if you have the strncpy function.  */
58 #undef HAVE_STRNCPY
59
60 /* Define if you have the strstr function.  */
61 #undef HAVE_STRSTR
62
63 /* Define if you have the strtol function.  */
64 #undef HAVE_STRTOL
65
66 /* Define if you have the <arpa/inet.h> header file.  */
67 #undef HAVE_ARPA_INET_H
68
69 /* Define if you have the <dlfcn.h> header file.  */
70 #undef HAVE_DLFCN_H
71
72 /* Define if you have the <errno.h> header file.  */
73 #undef HAVE_ERRNO_H
74
75 /* Define if you have the <fcntl.h> header file.  */
76 #undef HAVE_FCNTL_H
77
78 /* Define if you have the <netdb.h> header file.  */
79 #undef HAVE_NETDB_H
80
81 /* Define if you have the <netinet/in.h> header file.  */
82 #undef HAVE_NETINET_IN_H
83
84 /* Define if you have the <signal.h> header file.  */
85 #undef HAVE_SIGNAL_H
86
87 /* Define if you have the <sys/resource.h> header file.  */
88 #undef HAVE_SYS_RESOURCE_H
89
90 /* Define if you have the <sys/select.h> header file.  */
91 #undef HAVE_SYS_SELECT_H
92
93 /* Define if you have the <sys/socket.h> header file.  */
94 #undef HAVE_SYS_SOCKET_H
95
96 /* Define if you have the <sys/time.h> header file.  */
97 #undef HAVE_SYS_TIME_H
98
99 /* Define if you have the <sys/times.h> header file.  */
100 #undef HAVE_SYS_TIMES_H
101
102 /* Define if you have the <sys/types.h> header file.  */
103 #undef HAVE_SYS_TYPES_H
104
105 /* Define if you have the <unistd.h> header file.  */
106 #undef HAVE_UNISTD_H
107
108 /* Define if you have the resolv library (-lresolv).  */
109 #undef HAVE_LIBRESOLV
110
111 /* Define if you have the rrd library (-lrrd).  */
112 #undef HAVE_LIBRRD
113
114 /* Define if you have the socket library (-lsocket).  */
115 #undef HAVE_LIBSOCKET
116
117 /* Name of package */
118 #undef PACKAGE
119
120 /* Version number of package */
121 #undef VERSION
122