Initial revision
[silc.git] / includes / silcdefs.h.in
1 /* includes/silcdefs.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 to `int' if <sys/types.h> doesn't define.  */
7 #undef gid_t
8
9 /* Define as __inline if that's what the C compiler calls it.  */
10 #undef inline
11
12 /* Define to `int' if <sys/types.h> doesn't define.  */
13 #undef mode_t
14
15 /* Define to `int' if <sys/types.h> doesn't define.  */
16 #undef pid_t
17
18 /* Define as the return type of signal handlers (int or void).  */
19 #undef RETSIGTYPE
20
21 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
22 #undef size_t
23
24 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
25 #undef STAT_MACROS_BROKEN
26
27 /* Define if you have the ANSI C header files.  */
28 #undef STDC_HEADERS
29
30 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
31 #undef TIME_WITH_SYS_TIME
32
33 /* Define to `int' if <sys/types.h> doesn't define.  */
34 #undef uid_t
35
36 /* Name of the package. */
37 #undef PACKAGE
38
39 /* Version of the package. */
40 #undef VERSION
41
42 /* Debugging */
43 #undef SILC_DEBUG
44
45 /* Default configuration file */
46 #undef SILC_SERVER_CONFIG_FILE
47
48 /* SIM (SILC Module) support */
49 #undef SILC_SIM
50 #undef HAVE_RTLD_NOW
51 #undef HAVE_RTLD_LAZY
52
53 /* Define if you have the bind function.  */
54 #undef HAVE_BIND
55
56 /* Define if you have the chmod function.  */
57 #undef HAVE_CHMOD
58
59 /* Define if you have the close function.  */
60 #undef HAVE_CLOSE
61
62 /* Define if you have the connect function.  */
63 #undef HAVE_CONNECT
64
65 /* Define if you have the ctime function.  */
66 #undef HAVE_CTIME
67
68 /* Define if you have the fcntl function.  */
69 #undef HAVE_FCNTL
70
71 /* Define if you have the fstat function.  */
72 #undef HAVE_FSTAT
73
74 /* Define if you have the getenv function.  */
75 #undef HAVE_GETENV
76
77 /* Define if you have the getgid function.  */
78 #undef HAVE_GETGID
79
80 /* Define if you have the gethostbyaddr function.  */
81 #undef HAVE_GETHOSTBYADDR
82
83 /* Define if you have the gethostbyname function.  */
84 #undef HAVE_GETHOSTBYNAME
85
86 /* Define if you have the gethostname function.  */
87 #undef HAVE_GETHOSTNAME
88
89 /* Define if you have the getopt_long function.  */
90 #undef HAVE_GETOPT_LONG
91
92 /* Define if you have the getpgid function.  */
93 #undef HAVE_GETPGID
94
95 /* Define if you have the getpgrp function.  */
96 #undef HAVE_GETPGRP
97
98 /* Define if you have the getpid function.  */
99 #undef HAVE_GETPID
100
101 /* Define if you have the getservbyname function.  */
102 #undef HAVE_GETSERVBYNAME
103
104 /* Define if you have the getservbyport function.  */
105 #undef HAVE_GETSERVBYPORT
106
107 /* Define if you have the getsid function.  */
108 #undef HAVE_GETSID
109
110 /* Define if you have the gettimeofday function.  */
111 #undef HAVE_GETTIMEOFDAY
112
113 /* Define if you have the getuid function.  */
114 #undef HAVE_GETUID
115
116 /* Define if you have the listen function.  */
117 #undef HAVE_LISTEN
118
119 /* Define if you have the memcpy function.  */
120 #undef HAVE_MEMCPY
121
122 /* Define if you have the memmove function.  */
123 #undef HAVE_MEMMOVE
124
125 /* Define if you have the memset function.  */
126 #undef HAVE_MEMSET
127
128 /* Define if you have the mlock function.  */
129 #undef HAVE_MLOCK
130
131 /* Define if you have the munlock function.  */
132 #undef HAVE_MUNLOCK
133
134 /* Define if you have the putenv function.  */
135 #undef HAVE_PUTENV
136
137 /* Define if you have the select function.  */
138 #undef HAVE_SELECT
139
140 /* Define if you have the setsockopt function.  */
141 #undef HAVE_SETSOCKOPT
142
143 /* Define if you have the shutdown function.  */
144 #undef HAVE_SHUTDOWN
145
146 /* Define if you have the socket function.  */
147 #undef HAVE_SOCKET
148
149 /* Define if you have the stat function.  */
150 #undef HAVE_STAT
151
152 /* Define if you have the strchr function.  */
153 #undef HAVE_STRCHR
154
155 /* Define if you have the strcpy function.  */
156 #undef HAVE_STRCPY
157
158 /* Define if you have the strerror function.  */
159 #undef HAVE_STRERROR
160
161 /* Define if you have the strncpy function.  */
162 #undef HAVE_STRNCPY
163
164 /* Define if you have the strstr function.  */
165 #undef HAVE_STRSTR
166
167 /* Define if you have the time function.  */
168 #undef HAVE_TIME
169
170 /* Define if you have the <arpa/inet.h> header file.  */
171 #undef HAVE_ARPA_INET_H
172
173 /* Define if you have the <assert.h> header file.  */
174 #undef HAVE_ASSERT_H
175
176 /* Define if you have the <ctype.h> header file.  */
177 #undef HAVE_CTYPE_H
178
179 /* Define if you have the <dlfcn.h> header file.  */
180 #undef HAVE_DLFCN_H
181
182 /* Define if you have the <errno.h> header file.  */
183 #undef HAVE_ERRNO_H
184
185 /* Define if you have the <fcntl.h> header file.  */
186 #undef HAVE_FCNTL_H
187
188 /* Define if you have the <getopt.h> header file.  */
189 #undef HAVE_GETOPT_H
190
191 /* Define if you have the <grp.h> header file.  */
192 #undef HAVE_GRP_H
193
194 /* Define if you have the <ncurses.h> header file.  */
195 #undef HAVE_NCURSES_H
196
197 /* Define if you have the <netdb.h> header file.  */
198 #undef HAVE_NETDB_H
199
200 /* Define if you have the <netinet/in.h> header file.  */
201 #undef HAVE_NETINET_IN_H
202
203 /* Define if you have the <netinet/tcp.h> header file.  */
204 #undef HAVE_NETINET_TCP_H
205
206 /* Define if you have the <pwd.h> header file.  */
207 #undef HAVE_PWD_H
208
209 /* Define if you have the <signal.h> header file.  */
210 #undef HAVE_SIGNAL_H
211
212 /* Define if you have the <string.h> header file.  */
213 #undef HAVE_STRING_H
214
215 /* Define if you have the <sys/mman.h> header file.  */
216 #undef HAVE_SYS_MMAN_H
217
218 /* Define if you have the <sys/stat.h> header file.  */
219 #undef HAVE_SYS_STAT_H
220
221 /* Define if you have the <sys/time.h> header file.  */
222 #undef HAVE_SYS_TIME_H
223
224 /* Define if you have the <sys/types.h> header file.  */
225 #undef HAVE_SYS_TYPES_H
226
227 /* Define if you have the <termcap.h> header file.  */
228 #undef HAVE_TERMCAP_H
229
230 /* Define if you have the <unistd.h> header file.  */
231 #undef HAVE_UNISTD_H