
1: /* config.in. Generated from configure.ac by autoheader. */ 2: 3: /* Define to 1 if translation of program messages to the user's native 4: language is requested. */ 5: #undef ENABLE_NLS 6: 7: /* Define to 1 when using the gnulib module close-stream. */ 8: #undef GNULIB_CLOSE_STREAM 9: 10: /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 11: CoreFoundation framework. */ 12: #undef HAVE_CFLOCALECOPYCURRENT 13: 14: /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 15: the CoreFoundation framework. */ 16: #undef HAVE_CFPREFERENCESCOPYAPPVALUE 17: 18: /* Define if the GNU dcgettext() function is already present or preinstalled. 19: */ 20: #undef HAVE_DCGETTEXT 21: 22: /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 23: */ 24: #undef HAVE_DECL_GETENV 25: 26: /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 27: don't. */ 28: #undef HAVE_DECL_STRERROR_R 29: 30: /* Define to 1 if you have the declaration of `__fpending', and to 0 if you 31: don't. */ 32: #undef HAVE_DECL___FPENDING 33: 34: /* Define to 1 if you have the <getopt.h> header file. */ 35: #undef HAVE_GETOPT_H 36: 37: /* Define to 1 if you have the `getopt_long_only' function. */ 38: #undef HAVE_GETOPT_LONG_ONLY 39: 40: /* Define if the GNU gettext() function is already present or preinstalled. */ 41: #undef HAVE_GETTEXT 42: 43: /* Define if you have the iconv() function and it works. */ 44: #undef HAVE_ICONV 45: 46: /* Define if your compiler supports the #include_next directive. */ 47: #undef HAVE_INCLUDE_NEXT 48: 49: /* Define to 1 if the compiler supports one of the keywords 'inline', 50: '__inline__', '__inline' and effectively inlines functions marked as such. 51: */ 52: #undef HAVE_INLINE 53: 54: /* Define to 1 if you have the <inttypes.h> header file. */ 55: #undef HAVE_INTTYPES_H 56: 57: /* Define to 1 if you have the `iswcntrl' function. */ 58: #undef HAVE_ISWCNTRL 59: 60: /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 61: #undef HAVE_MBRTOWC 62: 63: /* Define to 1 if you have the `mbsinit' function. */ 64: #undef HAVE_MBSINIT 65: 66: /* Define to 1 if <wchar.h> declares mbstate_t. */ 67: #undef HAVE_MBSTATE_T 68: 69: /* Define to 1 if you have the <memory.h> header file. */ 70: #undef HAVE_MEMORY_H 71: 72: /* Define to 1 if stdbool.h conforms to C99. */ 73: #undef HAVE_STDBOOL_H 74: 75: /* Define to 1 if you have the <stdint.h> header file. */ 76: #undef HAVE_STDINT_H 77: 78: /* Define to 1 if you have the <stdio_ext.h> header file. */ 79: #undef HAVE_STDIO_EXT_H 80: 81: /* Define to 1 if you have the <stdlib.h> header file. */ 82: #undef HAVE_STDLIB_H 83: 84: /* Define to 1 if you have the `strerror_r' function. */ 85: #undef HAVE_STRERROR_R 86: 87: /* Define to 1 if you have the <strings.h> header file. */ 88: #undef HAVE_STRINGS_H 89: 90: /* Define to 1 if you have the <string.h> header file. */ 91: #undef HAVE_STRING_H 92: 93: /* Define to 1 if you have the <sys/stat.h> header file. */ 94: #undef HAVE_SYS_STAT_H 95: 96: /* Define to 1 if you have the <sys/types.h> header file. */ 97: #undef HAVE_SYS_TYPES_H 98: 99: /* Define to 1 if you have the <unistd.h> header file. */ 100: #undef HAVE_UNISTD_H 101: 102: /* Define to 1 if you have the <wchar.h> header file. */ 103: #undef HAVE_WCHAR_H 104: 105: /* Define to 1 if you have the <wctype.h> header file. */ 106: #undef HAVE_WCTYPE_H 107: 108: /* Define if you have the 'wint_t' type. */ 109: #undef HAVE_WINT_T 110: 111: /* Define to 1 if the system has the type `_Bool'. */ 112: #undef HAVE__BOOL 113: 114: /* Define to 1 if you have the `__fpending' function. */ 115: #undef HAVE___FPENDING 116: 117: /* Name of package */ 118: #undef PACKAGE 119: 120: /* Define to the address where bug reports for this package should be sent. */ 121: #undef PACKAGE_BUGREPORT 122: 123: /* Define to the full name of this package. */ 124: #undef PACKAGE_NAME 125: 126: /* Define to the full name and version of this package. */ 127: #undef PACKAGE_STRING 128: 129: /* Define to the one symbol short name of this package. */ 130: #undef PACKAGE_TARNAME 131: 132: /* Define to the version of this package. */ 133: #undef PACKAGE_VERSION 134: 135: /* the number of pending output bytes on stream `fp' */ 136: #undef PENDING_OUTPUT_N_BYTES 137: 138: /* Define to 1 if you have the ANSI C header files. */ 139: #undef STDC_HEADERS 140: 141: /* Define to 1 if strerror_r returns char *. */ 142: #undef STRERROR_R_CHAR_P 143: 144: /* Version number of package */ 145: #undef VERSION 146: 147: /* Enable GNU extensions on systems that have them. */ 148: #ifndef _GNU_SOURCE 149: # undef _GNU_SOURCE 150: #endif 151: 152: /* Define to rpl_ if the getopt replacement functions and variables should be 153: used. */ 154: #undef __GETOPT_PREFIX 155: 156: /* Define to `__inline__' or `__inline' if that's what the C compiler 157: calls it, or to nothing if 'inline' is not supported under any name. */ 158: #ifndef __cplusplus 159: #undef inline 160: #endif 161: 162: /* Define to a type if <wchar.h> does not define. */ 163: #undef mbstate_t