root/tags/renetcol-0_0_8/config.h.in @ 92

Revision 20, 4.6 KB (checked in by andreu, 16 years ago)

new release 0.0.6, with CRIHAN compilation feature

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