1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if the `closedir' function returns void instead of `int'. */
5 /* #undef CLOSEDIR_VOID */
6 
7 /* Define to 1 if you have the <arpa/inet.h> header file. */
8 #define HAVE_ARPA_INET_H 1
9 
10 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
11    */
12 #define HAVE_DIRENT_H 1
13 
14 /* Define to 1 if you have the <fcntl.h> header file. */
15 #define HAVE_FCNTL_H 1
16 
17 /* Define to 1 if you have the `fork' function. */
18 #define HAVE_FORK 1
19 
20 /* Define to 1 if you have the `ftime' function. */
21 #define HAVE_FTIME 1
22 
23 /* Define to 1 if you have the `getcwd' function. */
24 #define HAVE_GETCWD 1
25 
26 /* Define to 1 if you have the `gethostbyname' function. */
27 #define HAVE_GETHOSTBYNAME 1
28 
29 /* Define to 1 if you have the `gethostname' function. */
30 #define HAVE_GETHOSTNAME 1
31 
32 /* Define to 1 if you have the `gettimeofday' function. */
33 #define HAVE_GETTIMEOFDAY 1
34 
35 /* Define to 1 if you have the <inttypes.h> header file. */
36 #define HAVE_INTTYPES_H 1
37 
38 /* Define to 1 if you have the `dl' library (-ldl). */
39 #define HAVE_LIBDL 1
40 
41 /* Define to 1 if you have the `idn' library (-lidn). */
42 #define HAVE_LIBIDN 1
43 
44 /* Define to 1 if you have the <libintl.h> header file. */
45 #define HAVE_LIBINTL_H 1
46 
47 /* Define to 1 if you have the `m' library (-lm). */
48 #define HAVE_LIBM 1
49 
50 /* Define to 1 if you have the `nsl' library (-lnsl). */
51 #define HAVE_LIBNSL 1
52 
53 /* Define to 1 if you have the `pthread' library (-lpthread). */
54 #define HAVE_LIBPTHREAD 1
55 
56 /* Define to 1 if you have the `socket' library (-lsocket). */
57 /* #undef HAVE_LIBSOCKET */
58 
59 /* Define to 1 if you have the `X11' library (-lX11). */
60 #define HAVE_LIBX11 1
61 
62 /* Define to 1 if you have the `Xt' library (-lXt). */
63 #define HAVE_LIBXT 1
64 
65 /* Define to 1 if you have the `z' library (-lz). */
66 #define HAVE_LIBZ 1
67 
68 /* Define to 1 if `lstat' has the bug that it succeeds when given the
69    zero-length file name argument. */
70 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
71 
72 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
73    to 0 otherwise. */
74 #define HAVE_MALLOC 1
75 
76 /* Define to 1 if you have the `memmove' function. */
77 #define HAVE_MEMMOVE 1
78 
79 /* Define to 1 if you have the <memory.h> header file. */
80 #define HAVE_MEMORY_H 1
81 
82 /* Define to 1 if you have the `memset' function. */
83 #define HAVE_MEMSET 1
84 
85 /* Define to 1 if you have the `mkdir' function. */
86 #define HAVE_MKDIR 1
87 
88 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
89 /* #undef HAVE_NDIR_H */
90 
91 /* Define to 1 if you have the <netdb.h> header file. */
92 #define HAVE_NETDB_H 1
93 
94 /* Define to 1 if you have the <netinet/in.h> header file. */
95 #define HAVE_NETINET_IN_H 1
96 
97 /* Define to 1 if you have the `pow' function. */
98 #define HAVE_POW 1
99 
100 /* Define to 1 if you have the `putenv' function. */
101 #define HAVE_PUTENV 1
102 
103 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
104    and to 0 otherwise. */
105 #define HAVE_REALLOC 1
106 
107 /* Define to 1 if you have the `select' function. */
108 #define HAVE_SELECT 1
109 
110 /* Define to 1 if you have the `setlocale' function. */
111 #define HAVE_SETLOCALE 1
112 
113 /* Define to 1 if you have the `socket' function. */
114 #define HAVE_SOCKET 1
115 
116 /* Define to 1 if you have the `sqrt' function. */
117 #define HAVE_SQRT 1
118 
119 /* Define to 1 if `stat' has the bug that it succeeds when given the
120    zero-length file name argument. */
121 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
122 
123 /* Define to 1 if you have the <stdint.h> header file. */
124 #define HAVE_STDINT_H 1
125 
126 /* Define to 1 if you have the <stdlib.h> header file. */
127 #define HAVE_STDLIB_H 1
128 
129 /* Define to 1 if you have the `strchr' function. */
130 #define HAVE_STRCHR 1
131 
132 /* Define to 1 if you have the <strings.h> header file. */
133 #define HAVE_STRINGS_H 1
134 
135 /* Define to 1 if you have the <string.h> header file. */
136 #define HAVE_STRING_H 1
137 
138 /* Define to 1 if you have the `strpbrk' function. */
139 #define HAVE_STRPBRK 1
140 
141 /* Define to 1 if you have the `strrchr' function. */
142 #define HAVE_STRRCHR 1
143 
144 /* Define to 1 if you have the `strstr' function. */
145 #define HAVE_STRSTR 1
146 
147 /* Define to 1 if you have the `strtol' function. */
148 #define HAVE_STRTOL 1
149 
150 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
151    */
152 /* #undef HAVE_SYS_DIR_H */
153 
154 /* Define to 1 if you have the <sys/file.h> header file. */
155 #define HAVE_SYS_FILE_H 1
156 
157 /* Define to 1 if you have the <sys/ioctl.h> header file. */
158 #define HAVE_SYS_IOCTL_H 1
159 
160 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
161    */
162 /* #undef HAVE_SYS_NDIR_H */
163 
164 /* Define to 1 if you have the <sys/select.h> header file. */
165 #define HAVE_SYS_SELECT_H 1
166 
167 /* Define to 1 if you have the <sys/socket.h> header file. */
168 #define HAVE_SYS_SOCKET_H 1
169 
170 /* Define to 1 if you have the <sys/stat.h> header file. */
171 #define HAVE_SYS_STAT_H 1
172 
173 /* Define to 1 if you have the <sys/timeb.h> header file. */
174 #define HAVE_SYS_TIMEB_H 1
175 
176 /* Define to 1 if you have the <sys/time.h> header file. */
177 #define HAVE_SYS_TIME_H 1
178 
179 /* Define to 1 if you have the <sys/types.h> header file. */
180 #define HAVE_SYS_TYPES_H 1
181 
182 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
183 #define HAVE_SYS_WAIT_H 1
184 
185 /* Define to 1 if you have the <unistd.h> header file. */
186 #define HAVE_UNISTD_H 1
187 
188 /* Define to 1 if you have the `vfork' function. */
189 #define HAVE_VFORK 1
190 
191 /* Define to 1 if you have the <vfork.h> header file. */
192 /* #undef HAVE_VFORK_H */
193 
194 /* Define to 1 if `fork' works. */
195 #define HAVE_WORKING_FORK 1
196 
197 /* Define to 1 if `vfork' works. */
198 #define HAVE_WORKING_VFORK 1
199 
200 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
201    slash. */
202 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
203 
204 /* Name of package */
205 #define PACKAGE "tgif"
206 
207 /* Define to the address where bug reports for this package should be sent. */
208 #define PACKAGE_BUGREPORT "bill.cheng@acm.org"
209 
210 /* Define to the full name of this package. */
211 #define PACKAGE_NAME "tgif"
212 
213 /* Define to the full name and version of this package. */
214 #define PACKAGE_STRING "tgif 4.2.5"
215 
216 /* Define to the one symbol short name of this package. */
217 #define PACKAGE_TARNAME "tgif"
218 
219 /* Define to the version of this package. */
220 #define PACKAGE_VERSION "4.2.5"
221 
222 /* Define as the return type of signal handlers (`int' or `void'). */
223 #define RETSIGTYPE void
224 
225 /* Define to the type of arg 1 for `select'. */
226 #define SELECT_TYPE_ARG1 int
227 
228 /* Define to the type of args 2, 3 and 4 for `select'. */
229 #define SELECT_TYPE_ARG234 (fd_set *)
230 
231 /* Define to the type of arg 5 for `select'. */
232 #define SELECT_TYPE_ARG5 (struct timeval *)
233 
234 /* Define to 1 if you have the ANSI C header files. */
235 #define STDC_HEADERS 1
236 
237 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
238 #define TIME_WITH_SYS_TIME 1
239 
240 /* Version number of package */
241 #define VERSION "4.2.5"
242 
243 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
244    <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
245    #define below would cause a syntax error. */
246 /* #undef _UINT32_T */
247 
248 /* Define to empty if `const' does not conform to ANSI C. */
249 /* #undef const */
250 
251 /* Define to rpl_malloc if the replacement function should be used. */
252 /* #undef malloc */
253 
254 /* Define to `int' if <sys/types.h> does not define. */
255 /* #undef mode_t */
256 
257 /* Define to `int' if <sys/types.h> does not define. */
258 /* #undef pid_t */
259 
260 /* Define to rpl_realloc if the replacement function should be used. */
261 /* #undef realloc */
262 
263 /* Define to `unsigned int' if <sys/types.h> does not define. */
264 /* #undef size_t */
265 
266 /* Define to the type of an unsigned integer type of width exactly 16 bits if
267    such a type exists and the standard includes do not define it. */
268 /* #undef uint16_t */
269 
270 /* Define to the type of an unsigned integer type of width exactly 32 bits if
271    such a type exists and the standard includes do not define it. */
272 /* #undef uint32_t */
273 
274 /* Define as `fork' if `vfork' does not work. */
275 /* #undef vfork */
276