84e336e00d4718cc2514eddc6c9418f88184628b
[ircu2.10.12-pk.git] / config / setup.h.in
1 /* setup.h.in.  Generated automatically from configure.in by autoheader.  */
2 /* Copyright (C) 1997, Carlo Wood <carlo@runaway.xs4all.nl>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2, or (at your option)
7  * any later version.
8
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
17  * 02111-1307, USA.
18  */
19
20 /* Define if on AIX 3.
21    System headers sometimes define this.
22    We just want to avoid a redefinition error message.  */
23 #ifndef _ALL_SOURCE
24 #undef _ALL_SOURCE
25 #endif
26
27 /* Define to empty if the keyword does not work.  */
28 #undef const
29
30 /* Define to `int' if <sys/types.h> doesn't define.  */
31 #undef gid_t
32
33 /* Define if you don't have vprintf but do have _doprnt.  */
34 #undef HAVE_DOPRNT
35
36 /* Define if system calls automatically restart after interruption
37    by a signal.  */
38 #undef HAVE_RESTARTABLE_SYSCALLS
39
40 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
41 #undef HAVE_SYS_WAIT_H
42
43 /* Define if you have the vprintf function.  */
44 #undef HAVE_VPRINTF
45
46 /* Define if on MINIX.  */
47 #undef _MINIX
48
49 /* Define if the system does not provide POSIX.1 features except
50    with this defined.  */
51 #undef _POSIX_1_SOURCE
52
53 /* Define if you need to in order for stat and other things to work.  */
54 #undef _POSIX_SOURCE
55
56 /* Define as the return type of signal handlers (int or void).  */
57 #undef RETSIGTYPE
58
59 /* Define if the setvbuf function takes the buffering type as its second
60    argument and the buffer pointer as the third, as on System V
61    before release 3.  */
62 #undef SETVBUF_REVERSED
63
64 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
65 #undef size_t
66
67 /* Define if you have the ANSI C header files.  */
68 #undef STDC_HEADERS
69
70 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
71 #undef TIME_WITH_SYS_TIME
72
73 /* Define if your <sys/time.h> declares struct tm.  */
74 #undef TM_IN_SYS_TIME
75
76 /* Define to `int' if <sys/types.h> doesn't define.  */
77 #undef uid_t
78
79 /* Define if your processor stores words with the most significant
80    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
81 #undef WORDS_BIGENDIAN
82
83 /* Define if you have the resolv library (-lresolv) */
84 #undef HAVE_LIB_RESOLV
85
86 /* Define one of these, depending on wether you have
87    POSIX, BSD or SYSV non-blocking stuff */
88 #undef NBLOCK_POSIX
89 #undef NBLOCK_BSD
90 #undef NBLOCK_SYSV
91
92 /* Define on of these, depending on wether you have
93    POSIX, BSD or SYSV signal handling */
94 #undef POSIX_SIGNALS
95 #undef BSD_RELIABLE_SIGNALS
96 #undef SYSV_UNRELIABLE_SIGNALS
97
98 /* Define these to be unsigned integral internal types,
99  * of respecitvely 2 and 4 bytes in size, when not already
100  * defined in <sys/types.h>, <stdlib.h> or <stddef.h> */
101 #undef u_int16_t
102 #undef u_int32_t
103
104 /* Define this to the printf format for size_t */
105 #undef SIZE_T_FMT
106
107 /* Define this to the printf format for time_t */
108 #undef TIME_T_FMT
109
110 /* Define this to the printf signed format for time_t */
111 #undef STIME_T_FMT
112
113 /* The number of bytes in a int.  */
114 #undef SIZEOF_INT
115
116 /* The number of bytes in a long.  */
117 #undef SIZEOF_LONG
118
119 /* The number of bytes in a short.  */
120 #undef SIZEOF_SHORT
121
122 /* The number of bytes in a size_t.  */
123 #undef SIZEOF_SIZE_T
124
125 /* Define if you have the gethostname function.  */
126 #undef HAVE_GETHOSTNAME
127
128 /* Define if you have the getrusage function.  */
129 #undef HAVE_GETRUSAGE
130
131 /* Define if you have the gettimeofday function.  */
132 #undef HAVE_GETTIMEOFDAY
133
134 /* Define if you have the inet_netof function.  */
135 #undef HAVE_INET_NETOF
136
137 /* Define if you have the memcpy function.  */
138 #undef HAVE_MEMCPY
139
140 /* Define if you have the memmove function.  */
141 #undef HAVE_MEMMOVE
142
143 /* Define if you have the mkdir function.  */
144 #undef HAVE_MKDIR
145
146 /* Define if you have the res_init function.  */
147 #undef HAVE_RES_INIT
148
149 /* Define if you have the select function.  */
150 #undef HAVE_SELECT
151
152 /* Define if you have the setrlimit function.  */
153 #undef HAVE_SETRLIMIT
154
155 /* Define if you have the socket function.  */
156 #undef HAVE_SOCKET
157
158 /* Define if you have the strchr function.  */
159 #undef HAVE_STRCHR
160
161 /* Define if you have the strerror function.  */
162 #undef HAVE_STRERROR
163
164 /* Define if you have the strtoken function.  */
165 #undef HAVE_STRTOKEN
166
167 /* Define if you have the times function.  */
168 #undef HAVE_TIMES
169
170 /* Define if you have the uname function.  */
171 #undef HAVE_UNAME
172
173 /* Define if you have the <errno.h> header file.  */
174 #undef HAVE_ERRNO_H
175
176 /* Define if you have the <fcntl.h> header file.  */
177 #undef HAVE_FCNTL_H
178
179 /* Define if you have the <malloc.h> header file.  */
180 #undef HAVE_MALLOC_H
181
182 /* Define if you have the <memory.h> header file.  */
183 #undef HAVE_MEMORY_H
184
185 /* Define if you have the <net/errno.h> header file.  */
186 #undef HAVE_NET_ERRNO_H
187
188 /* Define if you have the <poll.h> header file.  */
189 #undef HAVE_POLL_H
190
191 /* Define if you have the <string.h> header file.  */
192 #undef HAVE_STRING_H
193
194 /* Define if you have the <strings.h> header file.  */
195 #undef HAVE_STRINGS_H
196
197 /* Define if you have the <sys/cdefs.h> header file.  */
198 #undef HAVE_SYS_CDEFS_H
199
200 /* Define if you have the <sys/file.h> header file.  */
201 #undef HAVE_SYS_FILE_H
202
203 /* Define if you have the <sys/ioctl.h> header file.  */
204 #undef HAVE_SYS_IOCTL_H
205
206 /* Define if you have the <sys/malloc.h> header file.  */
207 #undef HAVE_SYS_MALLOC_H
208
209 /* Define if you have the <sys/time.h> header file.  */
210 #undef HAVE_SYS_TIME_H
211
212 /* Define if you have the <syslog.h> header file.  */
213 #undef HAVE_SYSLOG_H
214
215 /* Define if you have the <unistd.h> header file.  */
216 #undef HAVE_UNISTD_H
217
218 /* Define if you have the crypt library (-lcrypt).  */
219 #undef HAVE_LIBCRYPT