00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define if building universal (internal helper macro) */ 00005 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00006 00007 /* Broken RedHat 7.2 system header files */ 00008 /* #undef BROKEN_REDHAT_7_SYSTEM_HEADERS */ 00009 00010 /* Broken RHEL5 sys/capability.h */ 00011 /* #undef BROKEN_RHEL5_SYS_CAP_HEADER */ 00012 00013 /* Whether strndup is broken */ 00014 /* #undef BROKEN_STRNDUP */ 00015 00016 /* Whether strnlen is broken */ 00017 /* #undef BROKEN_STRNLEN */ 00018 00019 /* Whether dlopen takes unsigned int flags */ 00020 /* #undef DLOPEN_TAKES_UNSIGNED_FLAGS */ 00021 00022 /* Define to 1 if you have the <acl/libacl.h> header file. */ 00023 /* #undef HAVE_ACL_LIBACL_H */ 00024 00025 /* Define to 1 if you have the `asprintf' function. */ 00026 #define HAVE_ASPRINTF 1 00027 00028 /* Whether the bool type is available */ 00029 #define HAVE_BOOL 1 00030 00031 /* Define to 1 if you have the `bzero' function. */ 00032 #define HAVE_BZERO 1 00033 00034 /* Whether there is a C99 compliant vsnprintf */ 00035 #define HAVE_C99_VSNPRINTF 1 00036 00037 /* Define to 1 if you have the `chown' function. */ 00038 #define HAVE_CHOWN 1 00039 00040 /* Define to 1 if you have the `chroot' function. */ 00041 #define HAVE_CHROOT 1 00042 00043 /* Define to 1 if you have the `chsize' function. */ 00044 /* #undef HAVE_CHSIZE */ 00045 00046 /* Whether or not we have comparison_fn_t */ 00047 #define HAVE_COMPARISON_FN_T 1 00048 00049 /* Define to 1 if you have the <compat.h> header file. */ 00050 /* #undef HAVE_COMPAT_H */ 00051 00052 /* Whether the system has the crypt() function */ 00053 #define HAVE_CRYPT 1 00054 00055 /* Define to 1 if you have the <crypt.h> header file. */ 00056 #define HAVE_CRYPT_H 1 00057 00058 /* Define to 1 if you have the <ctype.h> header file. */ 00059 #define HAVE_CTYPE_H 1 00060 00061 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 00062 don't. */ 00063 #define HAVE_DECL_ASPRINTF 1 00064 00065 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 00066 don't. */ 00067 #define HAVE_DECL_SNPRINTF 1 00068 00069 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 00070 don't. */ 00071 #define HAVE_DECL_VASPRINTF 1 00072 00073 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 00074 don't. */ 00075 #define HAVE_DECL_VSNPRINTF 1 00076 00077 /* Define to 1 if you have the <direct.h> header file. */ 00078 /* #undef HAVE_DIRECT_H */ 00079 00080 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00081 */ 00082 #define HAVE_DIRENT_H 1 00083 00084 /* Define to 1 if you have the `dirfd' function. */ 00085 #define HAVE_DIRFD 1 00086 00087 /* Whether dirfd() is available */ 00088 #define HAVE_DIRFD_DECL 1 00089 00090 /* Define to 1 if you have the `dlclose' function. */ 00091 #define HAVE_DLCLOSE 1 00092 00093 /* Define to 1 if you have the `dlerror' function. */ 00094 #define HAVE_DLERROR 1 00095 00096 /* Define to 1 if you have the <dlfcn.h> header file. */ 00097 #define HAVE_DLFCN_H 1 00098 00099 /* Define to 1 if you have the `dlopen' function. */ 00100 #define HAVE_DLOPEN 1 00101 00102 /* Define to 1 if you have the `dlsym' function. */ 00103 #define HAVE_DLSYM 1 00104 00105 /* Define to 1 if you have the <dl.h> header file. */ 00106 /* #undef HAVE_DL_H */ 00107 00108 /* Define to 1 if you have the `dup2' function. */ 00109 #define HAVE_DUP2 1 00110 00111 /* Whether environ() is available */ 00112 #define HAVE_ENVIRON_DECL 1 00113 00114 /* Whether epoll available */ 00115 #define HAVE_EPOLL 1 00116 00117 /* Define to 1 if you have the `epoll_create' function. */ 00118 #define HAVE_EPOLL_CREATE 1 00119 00120 /* Whether errno() is available */ 00121 #define HAVE_ERRNO_DECL 1 00122 00123 /* Define to 1 if you have the <fcntl.h> header file. */ 00124 #define HAVE_FCNTL_H 1 00125 00126 /* Define to 1 if you have the <fnmatch.h> header file. */ 00127 #define HAVE_FNMATCH_H 1 00128 00129 /* Define to 1 if you have the `ftruncate' function. */ 00130 #define HAVE_FTRUNCATE 1 00131 00132 /* Whether there is a __FUNCTION__ macro */ 00133 #define HAVE_FUNCTION_MACRO 1 00134 00135 /* Define to 1 if you have the `getdents' function. */ 00136 /* #undef HAVE_GETDENTS */ 00137 00138 /* Define to 1 if you have the `getdirentries' function. */ 00139 /* #undef HAVE_GETDIRENTRIES */ 00140 00141 /* Define to 1 if you have the `getgrent_r' function. */ 00142 #define HAVE_GETGRENT_R 1 00143 00144 /* Whether getgrent_r() is available */ 00145 #define HAVE_GETGRENT_R_DECL 1 00146 00147 /* Define to 1 if you have the `getgrgid_r' function. */ 00148 #define HAVE_GETGRGID_R 1 00149 00150 /* Define to 1 if you have the `getgrnam_r' function. */ 00151 #define HAVE_GETGRNAM_R 1 00152 00153 /* Define to 1 if you have the `getgrouplist' function. */ 00154 #define HAVE_GETGROUPLIST 1 00155 00156 /* Define to 1 if you have the `getpgrp' function. */ 00157 #define HAVE_GETPGRP 1 00158 00159 /* Define to 1 if you have the `getpwent_r' function. */ 00160 #define HAVE_GETPWENT_R 1 00161 00162 /* Whether getpwent_r() is available */ 00163 #define HAVE_GETPWENT_R_DECL 1 00164 00165 /* Define to 1 if you have the `getpwnam_r' function. */ 00166 #define HAVE_GETPWNAM_R 1 00167 00168 /* Define to 1 if you have the `getpwuid_r' function. */ 00169 #define HAVE_GETPWUID_R 1 00170 00171 /* Define to 1 if you have the <grp.h> header file. */ 00172 #define HAVE_GRP_H 1 00173 00174 /* Whether the compiler supports immediate structures */ 00175 #define HAVE_IMMEDIATE_STRUCTURES 1 00176 00177 /* Define to 1 if you have the `initgroups' function. */ 00178 #define HAVE_INITGROUPS 1 00179 00180 /* Define to 1 if the system has the type `intptr_t'. */ 00181 #define HAVE_INTPTR_T 1 00182 00183 /* Define to 1 if you have the <inttypes.h> header file. */ 00184 #define HAVE_INTTYPES_H 1 00185 00186 /* Define to 1 if you have the `isatty' function. */ 00187 #define HAVE_ISATTY 1 00188 00189 /* Define to 1 if you have the <langinfo.h> header file. */ 00190 #define HAVE_LANGINFO_H 1 00191 00192 /* Define to 1 if you have the `lchown' function. */ 00193 #define HAVE_LCHOWN 1 00194 00195 /* Define to 1 if you have the <limits.h> header file. */ 00196 #define HAVE_LIMITS_H 1 00197 00198 /* Define to 1 if you have the `link' function. */ 00199 #define HAVE_LINK 1 00200 00201 /* Define to 1 if you have the <locale.h> header file. */ 00202 #define HAVE_LOCALE_H 1 00203 00204 /* Define to 1 if the system has the type `long long'. */ 00205 #define HAVE_LONG_LONG 1 00206 00207 /* Define to 1 if you have the `lstat' function. */ 00208 #define HAVE_LSTAT 1 00209 00210 /* Define to 1 if you have the `memcpy' function. */ 00211 #define HAVE_MEMCPY 1 00212 00213 /* Define to 1 if you have the `memmem' function. */ 00214 #define HAVE_MEMMEM 1 00215 00216 /* Define to 1 if you have the `memmove' function. */ 00217 #define HAVE_MEMMOVE 1 00218 00219 /* Define to 1 if you have the <memory.h> header file. */ 00220 #define HAVE_MEMORY_H 1 00221 00222 /* Define to 1 if you have the `memset' function. */ 00223 #define HAVE_MEMSET 1 00224 00225 /* Define if target mkdir supports mode option */ 00226 #define HAVE_MKDIR_MODE 1 00227 00228 /* Define to 1 if you have the `mkdtemp' function. */ 00229 #define HAVE_MKDTEMP 1 00230 00231 /* Define to 1 if you have the `mktime' function. */ 00232 #define HAVE_MKTIME 1 00233 00234 /* Whether mmap works */ 00235 #define HAVE_MMAP 1 00236 00237 /* Define to 1 if you have the <mntent.h> header file. */ 00238 #define HAVE_MNTENT_H 1 00239 00240 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00241 /* #undef HAVE_NDIR_H */ 00242 00243 /* Whether the open(2) accepts O_DIRECT */ 00244 /* #undef HAVE_OPEN_O_DIRECT */ 00245 00246 /* Define to 1 if you have the `pipe' function. */ 00247 #define HAVE_PIPE 1 00248 00249 /* Define to 1 if you have the `pread' function. */ 00250 #define HAVE_PREAD 1 00251 00252 /* Define to 1 if you have the `printf' function. */ 00253 #define HAVE_PRINTF 1 00254 00255 /* Define to 1 if the system has the type `ptrdiff_t'. */ 00256 #define HAVE_PTRDIFF_T 1 00257 00258 /* Define to 1 if you have the <pwd.h> header file. */ 00259 #define HAVE_PWD_H 1 00260 00261 /* Define to 1 if you have the `pwrite' function. */ 00262 #define HAVE_PWRITE 1 00263 00264 /* Define to 1 if you have the `rand' function. */ 00265 #define HAVE_RAND 1 00266 00267 /* Define to 1 if you have the `random' function. */ 00268 #define HAVE_RANDOM 1 00269 00270 /* Define to 1 if you have the `readlink' function. */ 00271 #define HAVE_READLINK 1 00272 00273 /* Define to 1 if you have the `realpath' function. */ 00274 #define HAVE_REALPATH 1 00275 00276 /* Define to 1 if you have the `rename' function. */ 00277 #define HAVE_RENAME 1 00278 00279 /* Whether mkstemp is secure */ 00280 #define HAVE_SECURE_MKSTEMP 1 00281 00282 /* Define to 1 if you have the `setbuffer' function. */ 00283 #define HAVE_SETBUFFER 1 00284 00285 /* Define to 1 if you have the `setegid' function. */ 00286 #define HAVE_SETEGID 1 00287 00288 /* Define to 1 if you have the `setenv' function. */ 00289 #define HAVE_SETENV 1 00290 00291 /* Whether setenv() is available */ 00292 #define HAVE_SETENV_DECL 1 00293 00294 /* Define to 1 if you have the `seteuid' function. */ 00295 #define HAVE_SETEUID 1 00296 00297 /* Define to 1 if you have the <setjmp.h> header file. */ 00298 #define HAVE_SETJMP_H 1 00299 00300 /* Define to 1 if you have the `setlinebuf' function. */ 00301 #define HAVE_SETLINEBUF 1 00302 00303 /* Define to 1 if you have the `setresgid' function. */ 00304 #define HAVE_SETRESGID 1 00305 00306 /* Whether setresgid() is available */ 00307 #define HAVE_SETRESGID_DECL 1 00308 00309 /* Define to 1 if you have the `setresuid' function. */ 00310 #define HAVE_SETRESUID 1 00311 00312 /* Whether setresuid() is available */ 00313 #define HAVE_SETRESUID_DECL 1 00314 00315 /* Define to 1 if you have the <shadow.h> header file. */ 00316 #define HAVE_SHADOW_H 1 00317 00318 /* Define to 1 if you have the `shl_findsym' function. */ 00319 /* #undef HAVE_SHL_FINDSYM */ 00320 00321 /* Define to 1 if you have the `shl_load' function. */ 00322 /* #undef HAVE_SHL_LOAD */ 00323 00324 /* Define to 1 if you have the `shl_unload' function. */ 00325 /* #undef HAVE_SHL_UNLOAD */ 00326 00327 /* Whether we have the atomic_t variable type */ 00328 #define HAVE_SIG_ATOMIC_T_TYPE 1 00329 00330 /* Define to 1 if you have the `snprintf' function. */ 00331 #define HAVE_SNPRINTF 1 00332 00333 /* Define to 1 if you have the `srand' function. */ 00334 #define HAVE_SRAND 1 00335 00336 /* Define to 1 if you have the `srandom' function. */ 00337 #define HAVE_SRANDOM 1 00338 00339 /* Define to 1 if you have the <standards.h> header file. */ 00340 /* #undef HAVE_STANDARDS_H */ 00341 00342 /* Define to 1 if you have the <stdarg.h> header file. */ 00343 #define HAVE_STDARG_H 1 00344 00345 /* Define to 1 if you have the <stdbool.h> header file. */ 00346 #define HAVE_STDBOOL_H 1 00347 00348 /* Define to 1 if you have the <stdint.h> header file. */ 00349 #define HAVE_STDINT_H 1 00350 00351 /* Define to 1 if you have the <stdio.h> header file. */ 00352 #define HAVE_STDIO_H 1 00353 00354 /* Define to 1 if you have the <stdlib.h> header file. */ 00355 #define HAVE_STDLIB_H 1 00356 00357 /* Define to 1 if you have the `strcasestr' function. */ 00358 #define HAVE_STRCASESTR 1 00359 00360 /* Define to 1 if you have the `strdup' function. */ 00361 #define HAVE_STRDUP 1 00362 00363 /* Define to 1 if you have the `strerror' function. */ 00364 #define HAVE_STRERROR 1 00365 00366 /* Define to 1 if you have the `strftime' function. */ 00367 #define HAVE_STRFTIME 1 00368 00369 /* Define to 1 if you have the <strings.h> header file. */ 00370 #define HAVE_STRINGS_H 1 00371 00372 /* Define to 1 if you have the <string.h> header file. */ 00373 #define HAVE_STRING_H 1 00374 00375 /* Define to 1 if you have the `strlcat' function. */ 00376 /* #undef HAVE_STRLCAT */ 00377 00378 /* Define to 1 if you have the `strlcpy' function. */ 00379 /* #undef HAVE_STRLCPY */ 00380 00381 /* Define to 1 if you have the `strndup' function. */ 00382 #define HAVE_STRNDUP 1 00383 00384 /* Define to 1 if you have the `strnlen' function. */ 00385 #define HAVE_STRNLEN 1 00386 00387 /* Define to 1 if you have the <stropts.h> header file. */ 00388 /* #undef HAVE_STROPTS_H */ 00389 00390 /* Define to 1 if you have the `strtok_r' function. */ 00391 #define HAVE_STRTOK_R 1 00392 00393 /* Define to 1 if you have the `strtoll' function. */ 00394 #define HAVE_STRTOLL 1 00395 00396 /* Define to 1 if you have the `strtoq' function. */ 00397 #define HAVE_STRTOQ 1 00398 00399 /* Define to 1 if you have the `strtoull' function. */ 00400 #define HAVE_STRTOULL 1 00401 00402 /* Define to 1 if you have the `strtouq' function. */ 00403 #define HAVE_STRTOUQ 1 00404 00405 /* Define to 1 if `st_rdev' is member of `struct stat'. */ 00406 #define HAVE_STRUCT_STAT_ST_RDEV 1 00407 00408 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use 00409 `HAVE_STRUCT_STAT_ST_RDEV' instead. */ 00410 #define HAVE_ST_RDEV 1 00411 00412 /* Define to 1 if you have the `symlink' function. */ 00413 #define HAVE_SYMLINK 1 00414 00415 /* Define to 1 if you have the <syslog.h> header file. */ 00416 #define HAVE_SYSLOG_H 1 00417 00418 /* Define to 1 if you have the <sys/acl.h> header file. */ 00419 /* #undef HAVE_SYS_ACL_H */ 00420 00421 /* Define to 1 if you have the <sys/capability.h> header file. */ 00422 /* #undef HAVE_SYS_CAPABILITY_H */ 00423 00424 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00425 */ 00426 /* #undef HAVE_SYS_DIR_H */ 00427 00428 /* Define to 1 if you have the <sys/epoll.h> header file. */ 00429 #define HAVE_SYS_EPOLL_H 1 00430 00431 /* Define to 1 if you have the <sys/fcntl.h> header file. */ 00432 #define HAVE_SYS_FCNTL_H 1 00433 00434 /* Define to 1 if you have the <sys/filio.h> header file. */ 00435 /* #undef HAVE_SYS_FILIO_H */ 00436 00437 /* Define to 1 if you have the <sys/filsys.h> header file. */ 00438 /* #undef HAVE_SYS_FILSYS_H */ 00439 00440 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */ 00441 /* #undef HAVE_SYS_FS_S5PARAM_H */ 00442 00443 /* Define to 1 if you have the <sys/id.h> header file. */ 00444 /* #undef HAVE_SYS_ID_H */ 00445 00446 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00447 #define HAVE_SYS_IOCTL_H 1 00448 00449 /* Define to 1 if you have the <sys/ipc.h> header file. */ 00450 #define HAVE_SYS_IPC_H 1 00451 00452 /* Define to 1 if you have the <sys/mman.h> header file. */ 00453 #define HAVE_SYS_MMAN_H 1 00454 00455 /* Define to 1 if you have the <sys/mode.h> header file. */ 00456 /* #undef HAVE_SYS_MODE_H */ 00457 00458 /* Define to 1 if you have the <sys/mount.h> header file. */ 00459 #define HAVE_SYS_MOUNT_H 1 00460 00461 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00462 */ 00463 /* #undef HAVE_SYS_NDIR_H */ 00464 00465 /* Define to 1 if you have the <sys/param.h> header file. */ 00466 #define HAVE_SYS_PARAM_H 1 00467 00468 /* Define to 1 if you have the <sys/priv.h> header file. */ 00469 /* #undef HAVE_SYS_PRIV_H */ 00470 00471 /* Define to 1 if you have the <sys/resource.h> header file. */ 00472 #define HAVE_SYS_RESOURCE_H 1 00473 00474 /* Define to 1 if you have the <sys/security.h> header file. */ 00475 /* #undef HAVE_SYS_SECURITY_H */ 00476 00477 /* Define to 1 if you have the <sys/select.h> header file. */ 00478 #define HAVE_SYS_SELECT_H 1 00479 00480 /* Define to 1 if you have the <sys/shm.h> header file. */ 00481 #define HAVE_SYS_SHM_H 1 00482 00483 /* Define to 1 if you have the <sys/stat.h> header file. */ 00484 #define HAVE_SYS_STAT_H 1 00485 00486 /* Define to 1 if you have the <sys/syslog.h> header file. */ 00487 #define HAVE_SYS_SYSLOG_H 1 00488 00489 /* Define to 1 if you have the <sys/termio.h> header file. */ 00490 /* #undef HAVE_SYS_TERMIO_H */ 00491 00492 /* Define to 1 if you have the <sys/time.h> header file. */ 00493 #define HAVE_SYS_TIME_H 1 00494 00495 /* Define to 1 if you have the <sys/types.h> header file. */ 00496 #define HAVE_SYS_TYPES_H 1 00497 00498 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00499 #define HAVE_SYS_WAIT_H 1 00500 00501 /* Define to 1 if you have the <termios.h> header file. */ 00502 #define HAVE_TERMIOS_H 1 00503 00504 /* Define to 1 if you have the <termio.h> header file. */ 00505 #define HAVE_TERMIO_H 1 00506 00507 /* Define to 1 if you have the `timegm' function. */ 00508 #define HAVE_TIMEGM 1 00509 00510 /* Define to 1 if you have the <time.h> header file. */ 00511 #define HAVE_TIME_H 1 00512 00513 /* Define to 1 if the system has the type `uintptr_t'. */ 00514 #define HAVE_UINTPTR_T 1 00515 00516 /* Define to 1 if you have the <unistd.h> header file. */ 00517 #define HAVE_UNISTD_H 1 00518 00519 /* Define to 1 if you have the <unix.h> header file. */ 00520 /* #undef HAVE_UNIX_H */ 00521 00522 /* Define to 1 if you have the `unsetenv' function. */ 00523 #define HAVE_UNSETENV 1 00524 00525 /* Define to 1 if you have the `usleep' function. */ 00526 #define HAVE_USLEEP 1 00527 00528 /* Define to 1 if you have the `utime' function. */ 00529 #define HAVE_UTIME 1 00530 00531 /* Define to 1 if you have the `utimes' function. */ 00532 #define HAVE_UTIMES 1 00533 00534 /* Define to 1 if you have the <utime.h> header file. */ 00535 #define HAVE_UTIME_H 1 00536 00537 /* Define to 1 if you have the <vararg.h> header file. */ 00538 /* #undef HAVE_VARARG_H */ 00539 00540 /* Define to 1 if you have the `vasprintf' function. */ 00541 #define HAVE_VASPRINTF 1 00542 00543 /* Whether va_copy() is available */ 00544 #define HAVE_VA_COPY 1 00545 00546 /* Whether the C compiler understands volatile */ 00547 #define HAVE_VOLATILE 1 00548 00549 /* Define to 1 if you have the `vsnprintf' function. */ 00550 #define HAVE_VSNPRINTF 1 00551 00552 /* Define to 1 if you have the `vsyslog' function. */ 00553 #define HAVE_VSYSLOG 1 00554 00555 /* Define to 1 if you have the `wait4' function. */ 00556 #define HAVE_WAIT4 1 00557 00558 /* Define to 1 if you have the `waitpid' function. */ 00559 #define HAVE_WAITPID 1 00560 00561 /* Define to 1 if you have the <windows.h> header file. */ 00562 /* #undef HAVE_WINDOWS_H */ 00563 00564 /* Define to 1 if you have the <winsock2.h> header file. */ 00565 /* #undef HAVE_WINSOCK2_H */ 00566 00567 /* Define to 1 if you have the <ws2tcpip.h> header file. */ 00568 /* #undef HAVE_WS2TCPIP_H */ 00569 00570 /* Whether the _Bool type is available */ 00571 #define HAVE__Bool 1 00572 00573 /* Whether the __VA_ARGS__ macro is available */ 00574 #define HAVE__VA_ARGS__MACRO 1 00575 00576 /* Define to 1 if you have the `__strtoll' function. */ 00577 /* #undef HAVE___STRTOLL */ 00578 00579 /* Define to 1 if you have the `__strtoull' function. */ 00580 /* #undef HAVE___STRTOULL */ 00581 00582 /* Whether __va_copy() is available */ 00583 /* #undef HAVE___VA_COPY */ 00584 00585 /* Whether there is a __func__ macro */ 00586 /* #undef HAVE_func_MACRO */ 00587 00588 /* Whether MMAP is broken */ 00589 /* #undef MMAP_BLACKLIST */ 00590 00591 /* Define to the address where bug reports for this package should be sent. */ 00592 #define PACKAGE_BUGREPORT "" 00593 00594 /* Define to the full name of this package. */ 00595 #define PACKAGE_NAME "tevent" 00596 00597 /* Define to the full name and version of this package. */ 00598 #define PACKAGE_STRING "tevent 0.9.8" 00599 00600 /* Define to the one symbol short name of this package. */ 00601 #define PACKAGE_TARNAME "tevent" 00602 00603 /* Define to the version of this package. */ 00604 #define PACKAGE_VERSION "0.9.8" 00605 00606 /* Whether getpass should be replaced */ 00607 #define REPLACE_GETPASS 1 00608 00609 /* getpass returns <9 chars where getpassphrase returns <265 chars */ 00610 /* #undef REPLACE_GETPASS_BY_GETPASSPHRASE */ 00611 00612 /* replace readdir */ 00613 /* #undef REPLACE_READDIR */ 00614 00615 /* replace readdir using getdents() */ 00616 /* #undef REPLACE_READDIR_GETDENTS */ 00617 00618 /* replace readdir using getdirentries() */ 00619 /* #undef REPLACE_READDIR_GETDIRENTRIES */ 00620 00621 /* Whether strptime should be replaced */ 00622 /* #undef REPLACE_STRPTIME */ 00623 00624 /* Define as the return type of signal handlers (`int' or `void'). */ 00625 #define RETSIGTYPE void 00626 00627 /* Whether seekdir returns an int */ 00628 /* #undef SEEKDIR_RETURNS_INT */ 00629 00630 /* The size of `char', as computed by sizeof. */ 00631 #define SIZEOF_CHAR 1 00632 00633 /* The size of `int', as computed by sizeof. */ 00634 #define SIZEOF_INT 4 00635 00636 /* The size of `long', as computed by sizeof. */ 00637 #define SIZEOF_LONG 8 00638 00639 /* The size of `long long', as computed by sizeof. */ 00640 #define SIZEOF_LONG_LONG 8 00641 00642 /* The size of `off_t', as computed by sizeof. */ 00643 #define SIZEOF_OFF_T 8 00644 00645 /* The size of `short', as computed by sizeof. */ 00646 #define SIZEOF_SHORT 2 00647 00648 /* The size of `size_t', as computed by sizeof. */ 00649 #define SIZEOF_SIZE_T 8 00650 00651 /* The size of `ssize_t', as computed by sizeof. */ 00652 #define SIZEOF_SSIZE_T 8 00653 00654 /* getgrent_r irix (similar to solaris) function prototype */ 00655 /* #undef SOLARIS_GETGRENT_R */ 00656 00657 /* getpwent_r irix (similar to solaris) function prototype */ 00658 /* #undef SOLARIS_GETPWENT_R */ 00659 00660 /* Define to 1 if you have the ANSI C header files. */ 00661 #define STDC_HEADERS 1 00662 00663 /* Whether telldir takes a const pointer */ 00664 /* #undef TELLDIR_TAKES_CONST_DIR */ 00665 00666 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00667 #define TIME_WITH_SYS_TIME 1 00668 00669 /* Enable extensions on AIX 3, Interix. */ 00670 #ifndef _ALL_SOURCE 00671 # define _ALL_SOURCE 1 00672 #endif 00673 /* Enable GNU extensions on systems that have them. */ 00674 #ifndef _GNU_SOURCE 00675 # define _GNU_SOURCE 1 00676 #endif 00677 /* Enable threading extensions on Solaris. */ 00678 #ifndef _POSIX_PTHREAD_SEMANTICS 00679 # define _POSIX_PTHREAD_SEMANTICS 1 00680 #endif 00681 /* Enable extensions on HP NonStop. */ 00682 #ifndef _TANDEM_SOURCE 00683 # define _TANDEM_SOURCE 1 00684 #endif 00685 /* Enable general extensions on Solaris. */ 00686 #ifndef __EXTENSIONS__ 00687 # define __EXTENSIONS__ 1 00688 #endif 00689 00690 00691 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00692 significant byte first (like Motorola and SPARC, unlike Intel). */ 00693 #if defined AC_APPLE_UNIVERSAL_BUILD 00694 # if defined __BIG_ENDIAN__ 00695 # define WORDS_BIGENDIAN 1 00696 # endif 00697 #else 00698 # ifndef WORDS_BIGENDIAN 00699 /* # undef WORDS_BIGENDIAN */ 00700 # endif 00701 #endif 00702 00703 /* Number of bits in a file offset, on hosts where this is settable. */ 00704 /* #undef _FILE_OFFSET_BITS */ 00705 00706 /* Define for large files, on AIX-style hosts. */ 00707 /* #undef _LARGE_FILES */ 00708 00709 /* Define to 1 if on MINIX. */ 00710 /* #undef _MINIX */ 00711 00712 00713 #ifndef _OSF_SOURCE 00714 /* # undef _OSF_SOURCE */ 00715 #endif 00716 00717 00718 /* Define to 2 if the system does not provide POSIX.1 features except with 00719 this defined. */ 00720 /* #undef _POSIX_1_SOURCE */ 00721 00722 /* Whether to enable POSIX support */ 00723 /* #undef _POSIX_C_SOURCE */ 00724 00725 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00726 /* #undef _POSIX_SOURCE */ 00727 00728 /* Whether to enable System V compatibility */ 00729 /* #undef _SYSV */ 00730 00731 00732 #ifndef _XOPEN_SOURCE 00733 /* # undef _XOPEN_SOURCE */ 00734 #endif 00735 00736 00737 00738 #ifndef _XOPEN_SOURCE_EXTENDED 00739 # define _XOPEN_SOURCE_EXTENDED 1 00740 #endif 00741 00742 00743 /* Define to `int' if <sys/types.h> doesn't define. */ 00744 /* #undef gid_t */ 00745 00746 /* Define to `__inline__' or `__inline' if that's what the C compiler 00747 calls it, or to nothing if 'inline' is not supported under any name. */ 00748 #ifndef __cplusplus 00749 /* #undef inline */ 00750 #endif 00751 00752 /* Define to `unsigned' if <sys/types.h> does not define. */ 00753 /* #undef ino_t */ 00754 00755 /* Define to `short' if <sys/types.h> does not define. */ 00756 /* #undef int16_t */ 00757 00758 /* Define to `long' if <sys/types.h> does not define. */ 00759 /* #undef int32_t */ 00760 00761 /* Define to `long long' if <sys/types.h> does not define. */ 00762 /* #undef int64_t */ 00763 00764 /* Define to `char' if <sys/types.h> does not define. */ 00765 /* #undef int8_t */ 00766 00767 /* Define to `off_t' if <sys/types.h> does not define. */ 00768 /* #undef loff_t */ 00769 00770 /* Define to `int' if <sys/types.h> does not define. */ 00771 /* #undef mode_t */ 00772 00773 /* Define to `long int' if <sys/types.h> does not define. */ 00774 /* #undef off_t */ 00775 00776 /* Define to `loff_t' if <sys/types.h> does not define. */ 00777 #define offset_t loff_t 00778 00779 /* Define to `int' if <sys/types.h> does not define. */ 00780 /* #undef pid_t */ 00781 00782 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00783 /* #undef size_t */ 00784 00785 /* Define to `int' if <sys/types.h> does not define. */ 00786 /* #undef ssize_t */ 00787 00788 /* Define to `int' if <sys/types.h> doesn't define. */ 00789 /* #undef uid_t */ 00790 00791 /* Define to `unsigned short' if <sys/types.h> does not define. */ 00792 /* #undef uint16_t */ 00793 00794 /* Define to `unsigned long' if <sys/types.h> does not define. */ 00795 /* #undef uint32_t */ 00796 00797 /* Define to `unsigned long long' if <sys/types.h> does not define. */ 00798 /* #undef uint64_t */ 00799 00800 /* Define to `unsigned char' if <sys/types.h> does not define. */ 00801 /* #undef uint8_t */ 00802 00803 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00804 #define uint_t unsigned int