config.h.in revision 6fc0178d
1ff559fabSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2ff559fabSmrg 3ff559fabSmrg/* Has Wraphelp.c needed for XDM AUTH protocols */ 4ff559fabSmrg#undef HASXDMAUTH 5ff559fabSmrg 6fc544a13Smrg/* Define to 1 if you have the `arc4random_buf' function. */ 7fc544a13Smrg#undef HAVE_ARC4RANDOM_BUF 8fc544a13Smrg 9ff559fabSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 10ff559fabSmrg#undef HAVE_DLFCN_H 11ff559fabSmrg 126fc0178dSmrg/* Define to 1 if you have the `getentropy' function. */ 136fc0178dSmrg#undef HAVE_GETENTROPY 146fc0178dSmrg 15ff559fabSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 16ff559fabSmrg#undef HAVE_INTTYPES_H 17ff559fabSmrg 18fc544a13Smrg/* Define to 1 if you have the `bsd' library (-lbsd). */ 19fc544a13Smrg#undef HAVE_LIBBSD 20fc544a13Smrg 216fc0178dSmrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 226fc0178dSmrg#undef HAVE_LIBWS2_32 236fc0178dSmrg 24ff559fabSmrg/* Define to 1 if you have the `lrand48' function. */ 25ff559fabSmrg#undef HAVE_LRAND48 26ff559fabSmrg 27ff559fabSmrg/* Define to 1 if you have the <memory.h> header file. */ 28ff559fabSmrg#undef HAVE_MEMORY_H 29ff559fabSmrg 30ff559fabSmrg/* Define to 1 if you have the `srand48' function. */ 31ff559fabSmrg#undef HAVE_SRAND48 32ff559fabSmrg 33ff559fabSmrg/* Define to 1 if you have the <stdint.h> header file. */ 34ff559fabSmrg#undef HAVE_STDINT_H 35ff559fabSmrg 36ff559fabSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 37ff559fabSmrg#undef HAVE_STDLIB_H 38ff559fabSmrg 39ff559fabSmrg/* Define to 1 if you have the <strings.h> header file. */ 40ff559fabSmrg#undef HAVE_STRINGS_H 41ff559fabSmrg 42ff559fabSmrg/* Define to 1 if you have the <string.h> header file. */ 43ff559fabSmrg#undef HAVE_STRING_H 44ff559fabSmrg 45ff559fabSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 46ff559fabSmrg#undef HAVE_SYS_STAT_H 47ff559fabSmrg 48ff559fabSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 49ff559fabSmrg#undef HAVE_SYS_TYPES_H 50ff559fabSmrg 51ff559fabSmrg/* Define to 1 if you have the <unistd.h> header file. */ 52ff559fabSmrg#undef HAVE_UNISTD_H 53ff559fabSmrg 546fc0178dSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 557a3b38f7Smrg#undef LT_OBJDIR 567a3b38f7Smrg 57ff559fabSmrg/* Name of package */ 58ff559fabSmrg#undef PACKAGE 59ff559fabSmrg 60ff559fabSmrg/* Define to the address where bug reports for this package should be sent. */ 61ff559fabSmrg#undef PACKAGE_BUGREPORT 62ff559fabSmrg 63ff559fabSmrg/* Define to the full name of this package. */ 64ff559fabSmrg#undef PACKAGE_NAME 65ff559fabSmrg 66ff559fabSmrg/* Define to the full name and version of this package. */ 67ff559fabSmrg#undef PACKAGE_STRING 68ff559fabSmrg 69ff559fabSmrg/* Define to the one symbol short name of this package. */ 70ff559fabSmrg#undef PACKAGE_TARNAME 71ff559fabSmrg 7244dda7b2Smrg/* Define to the home page for this package. */ 7344dda7b2Smrg#undef PACKAGE_URL 7444dda7b2Smrg 75ff559fabSmrg/* Define to the version of this package. */ 76ff559fabSmrg#undef PACKAGE_VERSION 77ff559fabSmrg 787a3b38f7Smrg/* Major version of this package */ 797a3b38f7Smrg#undef PACKAGE_VERSION_MAJOR 807a3b38f7Smrg 817a3b38f7Smrg/* Minor version of this package */ 827a3b38f7Smrg#undef PACKAGE_VERSION_MINOR 837a3b38f7Smrg 847a3b38f7Smrg/* Patch version of this package */ 857a3b38f7Smrg#undef PACKAGE_VERSION_PATCHLEVEL 867a3b38f7Smrg 87ff559fabSmrg/* Define to 1 if you have the ANSI C header files. */ 88ff559fabSmrg#undef STDC_HEADERS 89ff559fabSmrg 90fc544a13Smrg/* Enable extensions on AIX 3, Interix. */ 91fc544a13Smrg#ifndef _ALL_SOURCE 92fc544a13Smrg# undef _ALL_SOURCE 93fc544a13Smrg#endif 94fc544a13Smrg/* Enable GNU extensions on systems that have them. */ 95fc544a13Smrg#ifndef _GNU_SOURCE 96fc544a13Smrg# undef _GNU_SOURCE 97fc544a13Smrg#endif 98fc544a13Smrg/* Enable threading extensions on Solaris. */ 99fc544a13Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 100fc544a13Smrg# undef _POSIX_PTHREAD_SEMANTICS 101fc544a13Smrg#endif 102fc544a13Smrg/* Enable extensions on HP NonStop. */ 103fc544a13Smrg#ifndef _TANDEM_SOURCE 104fc544a13Smrg# undef _TANDEM_SOURCE 105fc544a13Smrg#endif 106fc544a13Smrg/* Enable general extensions on Solaris. */ 107fc544a13Smrg#ifndef __EXTENSIONS__ 108fc544a13Smrg# undef __EXTENSIONS__ 109fc544a13Smrg#endif 110fc544a13Smrg 111fc544a13Smrg 112ff559fabSmrg/* Version number of package */ 113ff559fabSmrg#undef VERSION 114fc544a13Smrg 115fc544a13Smrg/* Define to 1 if on MINIX. */ 116fc544a13Smrg#undef _MINIX 117fc544a13Smrg 118fc544a13Smrg/* Define to 2 if the system does not provide POSIX.1 features except with 119fc544a13Smrg this defined. */ 120fc544a13Smrg#undef _POSIX_1_SOURCE 121fc544a13Smrg 122fc544a13Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 123fc544a13Smrg#undef _POSIX_SOURCE 124