source: trunk/third/ifplugd/config.h.in @ 20388

Revision 20388, 4.3 KB checked in by amb, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20387, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `alarm' function. */
4#undef HAVE_ALARM
5
6/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
7#undef HAVE_DOPRNT
8
9/* Define to 1 if you have the `dup2' function. */
10#undef HAVE_DUP2
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if you have the `fork' function. */
16#undef HAVE_FORK
17
18/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
20
21/* Define to 1 if you have the <limits.h> header file. */
22#undef HAVE_LIMITS_H
23
24/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
25   to 0 otherwise. */
26#undef HAVE_MALLOC
27
28/* Define to 1 if you have the <memory.h> header file. */
29#undef HAVE_MEMORY_H
30
31/* Define to 1 if you have the `memset' function. */
32#undef HAVE_MEMSET
33
34/* Define to 1 if you have the <netinet/in.h> header file. */
35#undef HAVE_NETINET_IN_H
36
37/* Define to 1 if you have the `select' function. */
38#undef HAVE_SELECT
39
40/* Define to 1 if you have the `setenv' function. */
41#undef HAVE_SETENV
42
43/* Define to 1 if you have the `socket' function. */
44#undef HAVE_SOCKET
45
46/* Define to 1 if you have the <stdint.h> header file. */
47#undef HAVE_STDINT_H
48
49/* Define to 1 if you have the <stdlib.h> header file. */
50#undef HAVE_STDLIB_H
51
52/* Define to 1 if you have the `strchr' function. */
53#undef HAVE_STRCHR
54
55/* Define to 1 if you have the `strdup' function. */
56#undef HAVE_STRDUP
57
58/* Define to 1 if you have the `strerror' function. */
59#undef HAVE_STRERROR
60
61/* Define to 1 if you have the <strings.h> header file. */
62#undef HAVE_STRINGS_H
63
64/* Define to 1 if you have the <string.h> header file. */
65#undef HAVE_STRING_H
66
67/* Define to 1 if you have the `strrchr' function. */
68#undef HAVE_STRRCHR
69
70/* Define to 1 if you have the `strspn' function. */
71#undef HAVE_STRSPN
72
73/* Define to 1 if you have the <syslog.h> header file. */
74#undef HAVE_SYSLOG_H
75
76/* Define to 1 if you have the <sys/ioctl.h> header file. */
77#undef HAVE_SYS_IOCTL_H
78
79/* Define to 1 if you have the <sys/select.h> header file. */
80#undef HAVE_SYS_SELECT_H
81
82/* Define to 1 if you have the <sys/socket.h> header file. */
83#undef HAVE_SYS_SOCKET_H
84
85/* Define to 1 if you have the <sys/stat.h> header file. */
86#undef HAVE_SYS_STAT_H
87
88/* Define to 1 if you have the <sys/time.h> header file. */
89#undef HAVE_SYS_TIME_H
90
91/* Define to 1 if you have the <sys/types.h> header file. */
92#undef HAVE_SYS_TYPES_H
93
94/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
95#undef HAVE_SYS_WAIT_H
96
97/* Define to 1 if you have the <unistd.h> header file. */
98#undef HAVE_UNISTD_H
99
100/* Define to 1 if you have the `vfork' function. */
101#undef HAVE_VFORK
102
103/* Define to 1 if you have the <vfork.h> header file. */
104#undef HAVE_VFORK_H
105
106/* Define to 1 if you have the `vprintf' function. */
107#undef HAVE_VPRINTF
108
109/* Define to 1 if `fork' works. */
110#undef HAVE_WORKING_FORK
111
112/* Define to 1 if `vfork' works. */
113#undef HAVE_WORKING_VFORK
114
115/* Name of package */
116#undef PACKAGE
117
118/* Define to the address where bug reports for this package should be sent. */
119#undef PACKAGE_BUGREPORT
120
121/* Define to the full name of this package. */
122#undef PACKAGE_NAME
123
124/* Define to the full name and version of this package. */
125#undef PACKAGE_STRING
126
127/* Define to the one symbol short name of this package. */
128#undef PACKAGE_TARNAME
129
130/* Define to the version of this package. */
131#undef PACKAGE_VERSION
132
133/* Define as the return type of signal handlers (`int' or `void'). */
134#undef RETSIGTYPE
135
136/* Define to the type of arg 1 for `select'. */
137#undef SELECT_TYPE_ARG1
138
139/* Define to the type of args 2, 3 and 4 for `select'. */
140#undef SELECT_TYPE_ARG234
141
142/* Define to the type of arg 5 for `select'. */
143#undef SELECT_TYPE_ARG5
144
145/* Define to 1 if you have the ANSI C header files. */
146#undef STDC_HEADERS
147
148/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
149#undef TIME_WITH_SYS_TIME
150
151/* Version number of package */
152#undef VERSION
153
154/* Define to empty if `const' does not conform to ANSI C. */
155#undef const
156
157/* Define to rpl_malloc if the replacement function should be used. */
158#undef malloc
159
160/* Define to `int' if <sys/types.h> does not define. */
161#undef pid_t
162
163/* Define as `fork' if `vfork' does not work. */
164#undef vfork
165
166/* Define to empty if the keyword `volatile' does not work. Warning: valid
167   code using `volatile' can become incorrect without. Disable with care. */
168#undef volatile
Note: See TracBrowser for help on using the repository browser.