]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/config.h.in
f317065d2fde4645eebcbc1ba9afd483d131cc71
[bacula/bacula] / bacula / autoconf / config.h.in
1 /* autoconf/config.h.in.  Generated from autoconf/configure.in by autoheader.  */
2 /* ------------------------------------------------------------------------- */
3 /* --                     CONFIGURE SPECIFIED FEATURES                    -- */
4 /* ------------------------------------------------------------------------- */
5    
6 /* Define if you want to use MySQL as Catalog database */
7 #undef USE_MYSQL_DB
8
9 /* Define if you want SmartAlloc debug code enabled */
10 #undef SMARTALLOC
11
12 /* Define to `int' if <sys/types.h> doesn't define.  */
13 #undef daddr_t
14
15 /* Define to `int' if <sys/types.h> doesn't define.  */
16 #undef major_t
17
18 /* Define to `int' if <sys/types.h> doesn't define.  */
19 #undef minor_t
20
21 /* Define to `int' if <sys/types.h> doesn't define.  */
22 #undef ssize_t
23
24 /* Define if you want to use PostgreSQL */
25 #undef HAVE_POSTGRESQL
26
27 /* Define if you want to use MySQL */
28 #undef HAVE_MYSQL
29
30 /* Defined if MySQL thread safe library is present */
31 #undef HAVE_THREAD_SAFE_MYSQL
32
33 /* Define if you want to use embedded MySQL */
34 #undef HAVE_EMBEDDED_MYSQL
35
36 /* Define if you want to use SQLite */
37 #undef HAVE_SQLITE
38
39 /* Define if you want to use SQLite3 */
40 #undef HAVE_SQLITE3
41
42 /* Define if you want to use Berkeley DB */
43 #undef HAVE_BERKELEY_DB
44
45 /* Define if you want to use mSQL */
46 #undef HAVE_MSQL
47
48 /* Define if you want to use iODBC */
49 #undef HAVE_IODBC
50
51 /* Define if you want to use unixODBC */
52 #undef HAVE_UNIXODBC
53
54 /* Define if you want to use Solid SQL Server */
55 #undef HAVE_SOLID
56
57 /* Define if you want to use OpenLink ODBC (Virtuoso) */
58 #undef HAVE_VIRT
59
60 /* Define if you want to use EasySoft ODBC */
61 #undef HAVE_EASYSOFT
62
63 /* Define if you want to use Interbase SQL Server */
64 #undef HAVE_IBASE
65
66 /* Define if you want to use Oracle 8 SQL Server */
67 #undef HAVE_ORACLE8
68
69 /* Define if you want to use Oracle 7 SQL Server */
70 #undef HAVE_ORACLE7
71
72
73 /* ------------------------------------------------------------------------- */
74 /* --                     CONFIGURE DETECTED FEATURES                     -- */
75 /* ------------------------------------------------------------------------- */
76
77 /* Define if you need function prototypes */
78 #undef PROTOTYPES
79
80 /* Define if you have XPointer typedef */
81 #undef HAVE_XPOINTER
82
83 /* Define if you have _GNU_SOURCE getpt() */
84 #undef HAVE_GETPT
85
86 /* Define if you have GCC */
87 #undef HAVE_GCC
88
89 /* Define if you have the Andrew File System.  */
90 #undef AFS
91
92 /* Define If you want find -nouser and -nogroup to make tables of
93    used UIDs and GIDs at startup instead of using getpwuid or
94    getgrgid when needed.  Speeds up -nouser and -nogroup unless you
95    are running NIS or Hesiod, which make password and group calls
96    very expensive.  */
97 #undef CACHE_IDS
98
99 /* Define to use SVR4 statvfs to get filesystem type.  */
100 #undef FSTYPE_STATVFS
101
102 /* Define to use SVR3.2 statfs to get filesystem type.  */
103 #undef FSTYPE_USG_STATFS
104
105 /* Define to use AIX3 statfs to get filesystem type.  */
106 #undef FSTYPE_AIX_STATFS
107
108 /* Define to use 4.3BSD getmntent to get filesystem type.  */
109 #undef FSTYPE_MNTENT
110
111 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
112 #undef FSTYPE_STATFS
113
114 /* Define to use Ultrix getmnt to get filesystem type.  */
115 #undef FSTYPE_GETMNT
116
117 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
118 #undef dev_t
119
120 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
121 #undef ino_t
122
123 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
124 #undef HAVE_UTIME_H
125
126 #if (HAVE_MYSQL||HAVE_POSTGRESQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT)
127 #define HAVE_SQL
128 #endif
129
130 /* Data types */
131 #undef HAVE_U_INT
132 #undef HAVE_INTXX_T
133 #undef HAVE_U_INTXX_T
134 #undef HAVE_UINTXX_T
135 #undef HAVE_INT64_T
136 #undef HAVE_U_INT64_T
137 #undef HAVE_INTMAX_T
138 #undef HAVE_U_INTMAX_T
139  
140 /* Define if you want TCP Wrappers support */
141 #undef HAVE_LIBWRAP
142
143 /* Define if you have sys/bitypes.h */
144 #undef HAVE_SYS_BITYPES_H
145  
146 /* Directory for PID files */
147 #undef _PATH_BACULA_PIDDIR
148
149 /* LOCALEDIR */
150 #undef LOCALEDIR
151
152 /* Define if you have zlib */
153 #undef HAVE_LIBZ
154
155 /* Define if you have libacl */
156 #undef HAVE_ACL
157
158 /* General libs */
159 #undef LIBS
160
161 /* File daemon specif libraries */
162 #undef FDLIBS
163
164 /* Path to Sendmail program */
165 #undef SENDMAIL_PATH
166
167 /* What kind of signals we have */
168 #undef HAVE_POSIX_SIGNALS
169 #undef HAVE_BSD_SIGNALS
170 #undef HAVE_USG_SIGHOLD
171
172 /* Operating systems */
173 /* OSes */
174 #undef HAVE_LINUX_OS
175 #undef HAVE_FREEBSD_OS
176 #undef HAVE_NETBSD_OS
177 #undef HAVE_OPENBSD_OS
178 #undef HAVE_BSDI_OS
179 #undef HAVE_HPUX_OS
180 #undef HAVE_SUN_OS
181 #undef HAVE_IRIX_OS
182 #undef HAVE_AIX_OS
183 #undef HAVE_SGI_OS
184 #undef HAVE_CYGWIN
185 #undef HAVE_OSF1_OS
186 #undef HAVE_DARWIN_OS
187
188 /* Set to correct scanf value for long long int */
189 #undef lld
190 #undef llu
191
192 #undef HAVE_READLINE 
193 #undef HAVE_PYTHON
194
195 #undef HAVE_GMP
196
197 #undef HAVE_CWEB
198
199 #undef HAVE_FCHDIR
200
201 #undef HAVE_GETOPT_LONG
202
203 #undef HAVE_LIBSM
204
205 /* Check for thread safe routines */
206 #undef HAVE_LOCALTIME_R
207 #undef HAVE_READDIR_R
208 #undef HAVE_STRERROR_R
209 #undef HAVE_GETHOSTBYNAME_R
210
211 #undef HAVE_STRTOLL
212 #undef HAVE_INET_PTON
213
214 #undef HAVE_SOCKLEN_T
215
216 #undef HAVE_OLD_SOCKOPT
217  
218 #undef HAVE_BIGENDIAN
219
220 /* Defined if Gtk+-2.4 or greater is present */
221 #undef HAVE_GTK_2_4
222
223 /* Needed on HP-UX/g++ systems to support long long ints (int64) */
224 #undef _INCLUDE_LONGLONG
225
226 /* Define to 1 if the `closedir' function returns void instead of `int'. */
227 #undef CLOSEDIR_VOID
228
229 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
230    systems. This function is required for `alloca.c' support on those systems.
231    */
232 #undef CRAY_STACKSEG_END
233
234 /* Define to 1 if using `alloca.c'. */
235 #undef C_ALLOCA
236
237 /* Define to 1 if you have `alloca', as a function or macro. */
238 #undef HAVE_ALLOCA
239
240 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
241    */
242 #undef HAVE_ALLOCA_H
243
244 /* Define to 1 if you have the <arpa/nameser.h> header file. */
245 #undef HAVE_ARPA_NAMESER_H
246
247 /* Define to 1 if you have the <assert.h> header file. */
248 #undef HAVE_ASSERT_H
249
250 /* Define to 1 if you have the `chflags' function. */
251 #undef HAVE_CHFLAGS
252
253 /* Set if Bacula conio support enabled */
254 #undef HAVE_CONIO
255
256 /* Define to 1 if you have the <curses.h> header file. */
257 #undef HAVE_CURSES_H
258
259 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
260    */
261 #undef HAVE_DIRENT_H
262
263 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
264 #undef HAVE_DOPRNT
265
266 /* Define to 1 if you have the `fchdir' function. */
267 #undef HAVE_FCHDIR
268
269 /* Define to 1 if you have the <fcntl.h> header file. */
270 #undef HAVE_FCNTL_H
271
272 /* Define to 1 if you have the `fork' function. */
273 #undef HAVE_FORK
274
275 /* Define to 1 if you have the `fseeko' function. */
276 #undef HAVE_FSEEKO
277
278 /* Define to 1 if you have the `getcwd' function. */
279 #undef HAVE_GETCWD
280
281 /* Define to 1 if you have the `gethostbyname2' function. */
282 #undef HAVE_GETHOSTBYNAME2
283
284 /* Define to 1 if you have the `gethostbyname_r' function. */
285 #undef HAVE_GETHOSTBYNAME_R
286
287 /* Define to 1 if you have the `gethostid' function. */
288 #undef HAVE_GETHOSTID
289
290 /* Define to 1 if you have the `gethostname' function. */
291 #undef HAVE_GETHOSTNAME
292
293 /* Define to 1 if you have the `getmntent' function. */
294 #undef HAVE_GETMNTENT
295
296 /* Define to 1 if you have the `getpid' function. */
297 #undef HAVE_GETPID
298
299 /* Define to 1 if you have the `gettimeofday' function. */
300 #undef HAVE_GETTIMEOFDAY
301
302 /* Define to 1 if you have the <grp.h> header file. */
303 #undef HAVE_GRP_H
304
305 /* Define to 1 if you have the `inet_ntop' function. */
306 #undef HAVE_INET_NTOP
307
308 /* Define to 1 if you have the `inet_pton' function. */
309 #undef HAVE_INET_PTON
310
311 /* Define to 1 if you have the <inttypes.h> header file. */
312 #undef HAVE_INTTYPES_H
313
314 /* Whether to enable IPv6 support */
315 #undef HAVE_IPV6
316
317 /* Define to 1 if you have the `lchown' function. */
318 #undef HAVE_LCHOWN
319
320 /* Define to 1 if you have the <libc.h> header file. */
321 #undef HAVE_LIBC_H
322
323 /* Define to 1 if you have the `inet' library (-linet). */
324 #undef HAVE_LIBINET
325
326 /* Define to 1 if you have the `nsl' library (-lnsl). */
327 #undef HAVE_LIBNSL
328
329 /* Define to 1 if you have the `resolv' library (-lresolv). */
330 #undef HAVE_LIBRESOLV
331
332 /* Define to 1 if you have the `socket' library (-lsocket). */
333 #undef HAVE_LIBSOCKET
334
335 /* Define to 1 if you have the `sun' library (-lsun). */
336 #undef HAVE_LIBSUN
337
338 /* Define to 1 if you have the `util' library (-lutil). */
339 #undef HAVE_LIBUTIL
340
341 /* Define to 1 if you have the `xnet' library (-lxnet). */
342 #undef HAVE_LIBXNET
343
344 /* Define to 1 if you have the <limits.h> header file. */
345 #undef HAVE_LIMITS_H
346
347 /* Define to 1 if you have the `localtime_r' function. */
348 #undef HAVE_LOCALTIME_R
349
350 /* Define to 1 if you have the `lstat' function. */
351 #undef HAVE_LSTAT
352
353 /* Define to 1 if you have the <memory.h> header file. */
354 #undef HAVE_MEMORY_H
355
356 /* Define to 1 if you have the <mtio.h> header file. */
357 #undef HAVE_MTIO_H
358
359 /* Define to 1 if you have the `nanosleep' function. */
360 #undef HAVE_NANOSLEEP
361
362 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
363 #undef HAVE_NDIR_H
364
365 /* Define to 1 if you have the `nl_langinfo' function. */
366 #undef HAVE_NL_LANGINFO
367
368 /* Define if OpenSSL library is available */
369 #undef HAVE_OPENSSL
370
371 /* Define to 1 if you have the `putenv' function. */
372 #undef HAVE_PUTENV
373
374 /* Define to 1 if you have the <pwd.h> header file. */
375 #undef HAVE_PWD_H
376
377 /* Define to 1 if you have the `readdir_r' function. */
378 #undef HAVE_READDIR_R
379
380 /* Define to 1 if you have the <regex.h> header file. */
381 #undef HAVE_REGEX_H
382
383 /* Define to 1 if you have the <resolv.h> header file. */
384 #undef HAVE_RESOLV_H
385
386 /* Define if sa_len field exists in struct sockaddr */
387 #undef HAVE_SA_LEN
388
389 /* Define to 1 if you have the `select' function. */
390 #undef HAVE_SELECT
391
392 /* Define to 1 if you have the `setenv' function. */
393 #undef HAVE_SETENV
394
395 /* Define to 1 if you have the `setlocale' function. */
396 #undef HAVE_SETLOCALE
397
398 /* Define to 1 if you have the `setpgid' function. */
399 #undef HAVE_SETPGID
400
401 /* Define to 1 if you have the `setpgrp' function. */
402 #undef HAVE_SETPGRP
403
404 /* Define to 1 if you have the `setsid' function. */
405 #undef HAVE_SETSID
406
407 /* Define to 1 if you have the `signal' function. */
408 #undef HAVE_SIGNAL
409
410 /* Define to 1 if you have the `snprintf' function. */
411 #undef HAVE_SNPRINTF
412
413 /* Define to 1 if you have the <stdarg.h> header file. */
414 #undef HAVE_STDARG_H
415
416 /* Define to 1 if you have the <stdint.h> header file. */
417 #undef HAVE_STDINT_H
418
419 /* Define to 1 if you have the <stdlib.h> header file. */
420 #undef HAVE_STDLIB_H
421
422 /* Define to 1 if you have the `strcasecmp' function. */
423 #undef HAVE_STRCASECMP
424
425 /* Define to 1 if you have the `strerror' function. */
426 #undef HAVE_STRERROR
427
428 /* Define to 1 if you have the `strerror_r' function. */
429 #undef HAVE_STRERROR_R
430
431 /* Define to 1 if you have the `strftime' function. */
432 #undef HAVE_STRFTIME
433
434 /* Define to 1 if you have the <strings.h> header file. */
435 #undef HAVE_STRINGS_H
436
437 /* Define to 1 if you have the <string.h> header file. */
438 #undef HAVE_STRING_H
439
440 /* Define to 1 if you have the `strncmp' function. */
441 #undef HAVE_STRNCMP
442
443 /* Define to 1 if you have the `strncpy' function. */
444 #undef HAVE_STRNCPY
445
446 /* Define to 1 if you have the `strtoll' function. */
447 #undef HAVE_STRTOLL
448
449 /* Define to 1 if `st_blksize' is member of `struct stat'. */
450 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
451
452 /* Define to 1 if `st_blocks' is member of `struct stat'. */
453 #undef HAVE_STRUCT_STAT_ST_BLOCKS
454
455 /* Define to 1 if `st_rdev' is member of `struct stat'. */
456 #undef HAVE_STRUCT_STAT_ST_RDEV
457
458 /* Define to 1 if `tm_zone' is member of `struct tm'. */
459 #undef HAVE_STRUCT_TM_TM_ZONE
460
461 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
462    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
463 #undef HAVE_ST_BLKSIZE
464
465 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
466    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
467 #undef HAVE_ST_BLOCKS
468
469 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
470    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
471 #undef HAVE_ST_RDEV
472
473 /* Define to 1 if you have the <sys/bitypes.h> header file. */
474 #undef HAVE_SYS_BITYPES_H
475
476 /* Define to 1 if you have the <sys/byteorder.h> header file. */
477 #undef HAVE_SYS_BYTEORDER_H
478
479 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
480    */
481 #undef HAVE_SYS_DIR_H
482
483 /* Define to 1 if you have the <sys/ioctl.h> header file. */
484 #undef HAVE_SYS_IOCTL_H
485
486 /* Define to 1 if you have the <sys/mtio.h> header file. */
487 #undef HAVE_SYS_MTIO_H
488
489 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
490    */
491 #undef HAVE_SYS_NDIR_H
492
493 /* Define to 1 if you have the <sys/select.h> header file. */
494 #undef HAVE_SYS_SELECT_H
495
496 /* Define to 1 if you have the <sys/socket.h> header file. */
497 #undef HAVE_SYS_SOCKET_H
498
499 /* Define to 1 if you have the <sys/sockio.h> header file. */
500 #undef HAVE_SYS_SOCKIO_H
501
502 /* Define to 1 if you have the <sys/stat.h> header file. */
503 #undef HAVE_SYS_STAT_H
504
505 /* Define to 1 if you have the <sys/tape.h> header file. */
506 #undef HAVE_SYS_TAPE_H
507
508 /* Define to 1 if you have the <sys/time.h> header file. */
509 #undef HAVE_SYS_TIME_H
510
511 /* Define to 1 if you have the <sys/types.h> header file. */
512 #undef HAVE_SYS_TYPES_H
513
514 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
515 #undef HAVE_SYS_WAIT_H
516
517 /* Define to 1 if you have the `tcgetattr' function. */
518 #undef HAVE_TCGETATTR
519
520 /* Define to 1 if you have the <termcap.h> header file. */
521 #undef HAVE_TERMCAP_H
522
523 /* Define to 1 if you have the <termios.h> header file. */
524 #undef HAVE_TERMIOS_H
525
526 /* Define to 1 if you have the <term.h> header file. */
527 #undef HAVE_TERM_H
528
529 /* Define if TLS support should be enabled */
530 #undef HAVE_TLS
531
532 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
533    `HAVE_STRUCT_TM_TM_ZONE' instead. */
534 #undef HAVE_TM_ZONE
535
536 /* Define to 1 if you don't have `tm_zone' but do have the external array
537    `tzname'. */
538 #undef HAVE_TZNAME
539
540 /* Define to 1 if you have the <unistd.h> header file. */
541 #undef HAVE_UNISTD_H
542
543 /* Define to 1 if you have the <varargs.h> header file. */
544 #undef HAVE_VARARGS_H
545
546 /* Define to 1 if you have the `vfprintf' function. */
547 #undef HAVE_VFPRINTF
548
549 /* Define to 1 if you have the `vprintf' function. */
550 #undef HAVE_VPRINTF
551
552 /* Define to 1 if you have the `vsnprintf' function. */
553 #undef HAVE_VSNPRINTF
554
555 /* Define to 1 if you have the <zlib.h> header file. */
556 #undef HAVE_ZLIB_H
557
558 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
559    */
560 #undef MAJOR_IN_MKDEV
561
562 /* Define to 1 if `major', `minor', and `makedev' are declared in
563    <sysmacros.h>. */
564 #undef MAJOR_IN_SYSMACROS
565
566 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
567 #undef NO_MINUS_C_MINUS_O
568
569 /* Define to the address where bug reports for this package should be sent. */
570 #undef PACKAGE_BUGREPORT
571
572 /* Define to the full name of this package. */
573 #undef PACKAGE_NAME
574
575 /* Define to the full name and version of this package. */
576 #undef PACKAGE_STRING
577
578 /* Define to the one symbol short name of this package. */
579 #undef PACKAGE_TARNAME
580
581 /* Define to the version of this package. */
582 #undef PACKAGE_VERSION
583
584 /* Define as the return type of signal handlers (`int' or `void'). */
585 #undef RETSIGTYPE
586
587 /* Define to 1 if the `setpgrp' function takes no argument. */
588 #undef SETPGRP_VOID
589
590 /* The size of a `char', as computed by sizeof. */
591 #undef SIZEOF_CHAR
592
593 /* The size of a `int', as computed by sizeof. */
594 #undef SIZEOF_INT
595
596 /* The size of a `int *', as computed by sizeof. */
597 #undef SIZEOF_INT_P
598
599 /* The size of a `long int', as computed by sizeof. */
600 #undef SIZEOF_LONG_INT
601
602 /* The size of a `long long int', as computed by sizeof. */
603 #undef SIZEOF_LONG_LONG_INT
604
605 /* The size of a `short int', as computed by sizeof. */
606 #undef SIZEOF_SHORT_INT
607
608 /* If using the C implementation of alloca, define if you know the
609    direction of stack growth for your system; otherwise it will be
610    automatically deduced at run-time.
611         STACK_DIRECTION > 0 => grows toward higher addresses
612         STACK_DIRECTION < 0 => grows toward lower addresses
613         STACK_DIRECTION = 0 => direction of growth unknown */
614 #undef STACK_DIRECTION
615
616 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
617 #undef STAT_MACROS_BROKEN
618
619 /* Define to 1 if you have the ANSI C header files. */
620 #undef STDC_HEADERS
621
622 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
623 #undef TIME_WITH_SYS_TIME
624
625 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
626 #undef TM_IN_SYS_TIME
627
628 /* Define to 1 if the X Window System is missing or not being used. */
629 #undef X_DISPLAY_MISSING
630
631 /* Number of bits in a file offset, on hosts where this is settable. */
632 #undef _FILE_OFFSET_BITS
633
634 /* Define to make fseeko etc. visible, on some hosts. */
635 #undef _LARGEFILE_SOURCE
636
637 /* Define for large files, on AIX-style hosts. */
638 #undef _LARGE_FILES
639
640 /* Define to empty if `const' does not conform to ANSI C. */
641 #undef const
642
643 /* Define to `long' if <sys/types.h> does not define. */
644 #undef daddr_t
645
646 /* Define to `unsigned long' if <sys/types.h> does not define. */
647 #undef dev_t
648
649 /* Define to `int' if <sys/types.h> doesn't define. */
650 #undef gid_t
651
652 /* Define to `unsigned long' if <sys/types.h> does not define. */
653 #undef ino_t
654
655 /* Define to `int' if <sys/types.h> does not define. */
656 #undef major_t
657
658 /* Define to `int' if <sys/types.h> does not define. */
659 #undef minor_t
660
661 /* Define to `int' if <sys/types.h> does not define. */
662 #undef mode_t
663
664 /* Define to `long' if <sys/types.h> does not define. */
665 #undef off_t
666
667 /* Define to `int' if <sys/types.h> does not define. */
668 #undef pid_t
669
670 /* Define to `unsigned' if <sys/types.h> does not define. */
671 #undef size_t
672
673 /* Define to `int' if <sys/types.h> does not define. */
674 #undef ssize_t
675
676 /* Define to `int' if <sys/types.h> doesn't define. */
677 #undef uid_t