root/trunk/config.h
@
20
Revision 20, 4.9 KB (checked in by andreu, 16 years ago) | |
---|---|
|
Rev | Line | |
---|---|---|
[20] | 1 | /* config.h. Generated from config.h.in by configure. */ |
2 | /* config.h.in. Generated from configure.in by autoheader. */ | |
3 | ||
4 | /* Define to 1 if you have the <arpa/inet.h> header file. */ | |
5 | #define HAVE_ARPA_INET_H 1 | |
6 | ||
7 | /* Define to 1 if you have the <ctype.h> header file. */ | |
8 | #define HAVE_CTYPE_H 1 | |
9 | ||
10 | /* Define to 1 if you have the <errno.h> header file. */ | |
11 | #define HAVE_ERRNO_H 1 | |
12 | ||
13 | /* Define to 1 if you have the `gai_strerror' function. */ | |
14 | #define HAVE_GAI_STRERROR 1 | |
15 | ||
16 | /* Define to 1 if you have the `getaddrinfo' function. */ | |
17 | #define HAVE_GETADDRINFO 1 | |
18 | ||
19 | /* Define to 1 if you have the `getpass' function. */ | |
20 | #define HAVE_GETPASS 1 | |
21 | ||
22 | /* Define to 1 if you have the `inet_ntoa' function. */ | |
23 | #define HAVE_INET_NTOA 1 | |
24 | ||
25 | /* Define to 1 if you have the <inttypes.h> header file. */ | |
26 | #define HAVE_INTTYPES_H 1 | |
27 | ||
28 | /* Define to 1 if you have the `malloc' function. */ | |
29 | #define HAVE_MALLOC 1 | |
30 | ||
31 | /* Define to 1 if you have the `memcpy' function. */ | |
32 | #define HAVE_MEMCPY 1 | |
33 | ||
34 | /* Define to 1 if you have the <memory.h> header file. */ | |
35 | #define HAVE_MEMORY_H 1 | |
36 | ||
37 | /* Define to 1 if you have the `mempcpy' function. */ | |
38 | #define HAVE_MEMPCPY 1 | |
39 | ||
40 | /* Define to 1 if you have the `memset' function. */ | |
41 | #define HAVE_MEMSET 1 | |
42 | ||
43 | /* Define to 1 if you have the <netdb.h> header file. */ | |
44 | #define HAVE_NETDB_H 1 | |
45 | ||
46 | /* Define to 1 if you have the <netinet/in.h> header file. */ | |
47 | #define HAVE_NETINET_IN_H 1 | |
48 | ||
49 | /* Define to 1 if you have the <net/if.h> header file. */ | |
50 | #define HAVE_NET_IF_H 1 | |
51 | ||
52 | /* Define to 1 if you have the `ntohl' function. */ | |
53 | #define HAVE_NTOHL 1 | |
54 | ||
55 | /* Define to 1 if you have the `perror' function. */ | |
56 | #define HAVE_PERROR 1 | |
57 | ||
58 | /* Define to 1 if you have the `sendto' function. */ | |
59 | #define HAVE_SENDTO 1 | |
60 | ||
61 | /* Define to 1 if you have the <setjmp.h> header file. */ | |
62 | #define HAVE_SETJMP_H 1 | |
63 | ||
64 | /* Define to 1 if you have the `signal' function. */ | |
65 | #define HAVE_SIGNAL 1 | |
66 | ||
67 | /* Define to 1 if you have the <signal.h> header file. */ | |
68 | #define HAVE_SIGNAL_H 1 | |
69 | ||
70 | /* Define to 1 if you have the `socket' function. */ | |
71 | #define HAVE_SOCKET 1 | |
72 | ||
73 | /* Define to 1 if you have the `sscanf' function. */ | |
74 | #define HAVE_SSCANF 1 | |
75 | ||
76 | /* Define to 1 if you have the <stdint.h> header file. */ | |
77 | #define HAVE_STDINT_H 1 | |
78 | ||
79 | /* Define to 1 if you have the <stdio.h> header file. */ | |
80 | #define HAVE_STDIO_H 1 | |
81 | ||
82 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
83 | #define HAVE_STDLIB_H 1 | |
84 | ||
85 | /* Define to 1 if you have the `strcpy' function. */ | |
86 | #define HAVE_STRCPY 1 | |
87 | ||
88 | /* Define to 1 if you have the `strerror' function. */ | |
89 | #define HAVE_STRERROR 1 | |
90 | ||
91 | /* Define to 1 if you have the <strings.h> header file. */ | |
92 | #define HAVE_STRINGS_H 1 | |
93 | ||
94 | /* Define to 1 if you have the <string.h> header file. */ | |
95 | #define HAVE_STRING_H 1 | |
96 | ||
97 | /* Define to 1 if you have the `strncmp' function. */ | |
98 | #define HAVE_STRNCMP 1 | |
99 | ||
100 | /* Define to 1 if you have the `strspn' function. */ | |
101 | #define HAVE_STRSPN 1 | |
102 | ||
103 | /* Define to 1 if you have the `strtok' function. */ | |
104 | #define HAVE_STRTOK 1 | |
105 | ||
106 | /* Define to 1 if you have the `syslog' function. */ | |
107 | #define HAVE_SYSLOG 1 | |
108 | ||
109 | /* Define to 1 if you have the <syslog.h> header file. */ | |
110 | #define HAVE_SYSLOG_H 1 | |
111 | ||
112 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ | |
113 | #define HAVE_SYS_IOCTL_H 1 | |
114 | ||
115 | /* Define to 1 if you have the <sys/ipc.h> header file. */ | |
116 | #define HAVE_SYS_IPC_H 1 | |
117 | ||
118 | /* Define to 1 if you have the <sys/sem.h> header file. */ | |
119 | #define HAVE_SYS_SEM_H 1 | |
120 | ||
121 | /* Define to 1 if you have the <sys/shm.h> header file. */ | |
122 | #define HAVE_SYS_SHM_H 1 | |
123 | ||
124 | /* Define to 1 if you have the <sys/socket.h> header file. */ | |
125 | #define HAVE_SYS_SOCKET_H 1 | |
126 | ||
127 | /* Define to 1 if you have the <sys/stat.h> header file. */ | |
128 | #define HAVE_SYS_STAT_H 1 | |
129 | ||
130 | /* Define to 1 if you have the <sys/types.h> header file. */ | |
131 | #define HAVE_SYS_TYPES_H 1 | |
132 | ||
133 | /* Define to 1 if you have the <sys/wait.h> header file. */ | |
134 | #define HAVE_SYS_WAIT_H 1 | |
135 | ||
136 | /* Define to 1 if you have the <time.h> header file. */ | |
137 | #define HAVE_TIME_H 1 | |
138 | ||
139 | /* Define to 1 if you have the <unistd.h> header file. */ | |
140 | #define HAVE_UNISTD_H 1 | |
141 | ||
142 | /* Name of package */ | |
143 | #define PACKAGE "renetcol" | |
144 | ||
145 | /* Define to the address where bug reports for this package should be sent. */ | |
146 | #define PACKAGE_BUGREPORT "andreu@renater.fr" | |
147 | ||
148 | /* Define to the full name of this package. */ | |
149 | #define PACKAGE_NAME "RENETCOL" | |
150 | ||
151 | /* Define to the full name and version of this package. */ | |
152 | #define PACKAGE_STRING "RENETCOL 0.0.5" | |
153 | ||
154 | /* Define to the one symbol short name of this package. */ | |
155 | #define PACKAGE_TARNAME "renetcol" | |
156 | ||
157 | /* Define to the version of this package. */ | |
158 | #define PACKAGE_VERSION "0.0.5" | |
159 | ||
160 | /* Define to 1 if you have the ANSI C header files. */ | |
161 | #define STDC_HEADERS 1 | |
162 | ||
163 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ | |
164 | /* #undef TM_IN_SYS_TIME */ | |
165 | ||
166 | /* Version number of package */ | |
167 | #define VERSION "0.0.5" | |
168 | ||
169 | /* Define to empty if `const' does not conform to ANSI C. */ | |
170 | /* #undef const */ | |
171 | ||
172 | /* Define to rpl_malloc if the replacement function should be used. */ | |
173 | /* #undef malloc */ | |
174 | ||
175 | /* Define to `unsigned int' if <sys/types.h> does not define. */ | |
176 | /* #undef size_t */ | |
177 | ||
178 | /* Define to empty if the keyword `volatile' does not work. Warning: valid | |
179 | code using `volatile' can become incorrect without. Disable with care. */ | |
180 | /* #undef volatile */ |
Note: See TracBrowser
for help on using the browser.