Annotation of sql/pgsql/config_auto.h.in, revision 1.5
1.3 paf 1: /* config_auto.h.in. Generated from configure.in by autoheader. */
1.1 parser 2:
1.5 ! moko 3: /* Define to 1 if you have the `argz_add' function. */
! 4: #undef HAVE_ARGZ_ADD
! 5:
! 6: /* Define to 1 if you have the `argz_append' function. */
! 7: #undef HAVE_ARGZ_APPEND
! 8:
! 9: /* Define to 1 if you have the `argz_count' function. */
! 10: #undef HAVE_ARGZ_COUNT
! 11:
! 12: /* Define to 1 if you have the `argz_create_sep' function. */
! 13: #undef HAVE_ARGZ_CREATE_SEP
! 14:
! 15: /* Define to 1 if you have the <argz.h> header file. */
! 16: #undef HAVE_ARGZ_H
! 17:
! 18: /* Define to 1 if you have the `argz_insert' function. */
! 19: #undef HAVE_ARGZ_INSERT
! 20:
! 21: /* Define to 1 if you have the `argz_next' function. */
! 22: #undef HAVE_ARGZ_NEXT
! 23:
! 24: /* Define to 1 if you have the `argz_stringify' function. */
! 25: #undef HAVE_ARGZ_STRINGIFY
! 26:
! 27: /* Define to 1 if you have the `closedir' function. */
! 28: #undef HAVE_CLOSEDIR
! 29:
1.4 paf 30: /* Define to 1 if you have the <ctype.h> header file. */
31: #undef HAVE_CTYPE_H
32:
1.5 ! moko 33: /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
! 34: you don't. */
! 35: #undef HAVE_DECL_CYGWIN_CONV_PATH
! 36:
! 37: /* Define to 1 if you have the <dirent.h> header file. */
! 38: #undef HAVE_DIRENT_H
! 39:
! 40: /* Define if you have the GNU dld library. */
! 41: #undef HAVE_DLD
! 42:
! 43: /* Define to 1 if you have the <dld.h> header file. */
! 44: #undef HAVE_DLD_H
! 45:
! 46: /* Define to 1 if you have the `dlerror' function. */
! 47: #undef HAVE_DLERROR
! 48:
1.3 paf 49: /* Define to 1 if you have the <dlfcn.h> header file. */
50: #undef HAVE_DLFCN_H
51:
1.5 ! moko 52: /* Define to 1 if you have the <dl.h> header file. */
! 53: #undef HAVE_DL_H
! 54:
! 55: /* Define if you have the _dyld_func_lookup function. */
! 56: #undef HAVE_DYLD
! 57:
! 58: /* Define to 1 if the system has the type `error_t'. */
! 59: #undef HAVE_ERROR_T
! 60:
1.3 paf 61: /* Define to 1 if you have the <inttypes.h> header file. */
62: #undef HAVE_INTTYPES_H
1.1 parser 63:
1.5 ! moko 64: /* Define if you have the libdl library or equivalent. */
! 65: #undef HAVE_LIBDL
! 66:
! 67: /* Define if libdlloader will be built on this platform */
! 68: #undef HAVE_LIBDLLOADER
! 69:
! 70: /* Define this if a modern libltdl is already installed */
! 71: #undef HAVE_LTDL
! 72:
! 73: /* Define to 1 if you have the <mach-o/dyld.h> header file. */
! 74: #undef HAVE_MACH_O_DYLD_H
! 75:
1.3 paf 76: /* Define to 1 if you have the <memory.h> header file. */
77: #undef HAVE_MEMORY_H
1.1 parser 78:
1.5 ! moko 79: /* Define to 1 if you have the `opendir' function. */
! 80: #undef HAVE_OPENDIR
! 81:
! 82: /* Define if libtool can extract symbol lists from object files. */
! 83: #undef HAVE_PRELOADED_SYMBOLS
! 84:
! 85: /* Define to 1 if you have the `readdir' function. */
! 86: #undef HAVE_READDIR
! 87:
1.3 paf 88: /* Define to 1 if you have the <setjmp.h> header file. */
1.2 paf 89: #undef HAVE_SETJMP_H
90:
1.5 ! moko 91: /* Define if you have the shl_load function. */
! 92: #undef HAVE_SHL_LOAD
! 93:
1.3 paf 94: /* Define to 1 if you have the <stdint.h> header file. */
95: #undef HAVE_STDINT_H
96:
97: /* Define to 1 if you have the <stdio.h> header file. */
1.1 parser 98: #undef HAVE_STDIO_H
99:
1.3 paf 100: /* Define to 1 if you have the <stdlib.h> header file. */
1.1 parser 101: #undef HAVE_STDLIB_H
102:
1.3 paf 103: /* Define to 1 if you have the <strings.h> header file. */
104: #undef HAVE_STRINGS_H
105:
106: /* Define to 1 if you have the <string.h> header file. */
1.1 parser 107: #undef HAVE_STRING_H
1.3 paf 108:
1.5 ! moko 109: /* Define to 1 if you have the `strlcat' function. */
! 110: #undef HAVE_STRLCAT
! 111:
! 112: /* Define to 1 if you have the `strlcpy' function. */
! 113: #undef HAVE_STRLCPY
! 114:
! 115: /* Define to 1 if you have the <sys/dl.h> header file. */
! 116: #undef HAVE_SYS_DL_H
! 117:
1.3 paf 118: /* Define to 1 if you have the <sys/stat.h> header file. */
119: #undef HAVE_SYS_STAT_H
120:
121: /* Define to 1 if you have the <sys/types.h> header file. */
122: #undef HAVE_SYS_TYPES_H
123:
124: /* Define to 1 if you have the <unistd.h> header file. */
125: #undef HAVE_UNISTD_H
126:
1.5 ! moko 127: /* This value is set to 1 to indicate that the system argz facility works */
! 128: #undef HAVE_WORKING_ARGZ
! 129:
! 130: /* Define if the OS needs help to load dependent libraries for dlopen(). */
! 131: #undef LTDL_DLOPEN_DEPLIBS
! 132:
! 133: /* Define to the system default library search path. */
! 134: #undef LT_DLSEARCH_PATH
! 135:
! 136: /* The archive extension */
! 137: #undef LT_LIBEXT
! 138:
! 139: /* The archive prefix */
! 140: #undef LT_LIBPREFIX
! 141:
! 142: /* Define to the extension used for runtime loadable modules, say, ".so". */
! 143: #undef LT_MODULE_EXT
! 144:
! 145: /* Define to the name of the environment variable that determines the run-time
! 146: module search path. */
! 147: #undef LT_MODULE_PATH_VAR
! 148:
! 149: /* Define to the sub-directory in which libtool stores uninstalled libraries.
! 150: */
! 151: #undef LT_OBJDIR
! 152:
! 153: /* Define to the shared library suffix, say, ".dylib". */
! 154: #undef LT_SHARED_EXT
! 155:
! 156: /* Define if dlsym() requires a leading underscore in symbol names. */
! 157: #undef NEED_USCORE
! 158:
! 159: /* Name of package */
! 160: #undef PACKAGE
! 161:
1.3 paf 162: /* Define to the address where bug reports for this package should be sent. */
163: #undef PACKAGE_BUGREPORT
164:
165: /* Define to the full name of this package. */
166: #undef PACKAGE_NAME
167:
168: /* Define to the full name and version of this package. */
169: #undef PACKAGE_STRING
170:
171: /* Define to the one symbol short name of this package. */
172: #undef PACKAGE_TARNAME
173:
174: /* Define to the version of this package. */
175: #undef PACKAGE_VERSION
176:
177: /* Define to 1 if you have the ANSI C header files. */
178: #undef STDC_HEADERS
179:
1.5 ! moko 180: /* Version number of package */
! 181: #undef VERSION
! 182:
! 183: /* Define so that glibc/gnulib argp.h does not typedef error_t. */
! 184: #undef __error_t_defined
! 185:
! 186: /* Define to a type to use for `error_t' if it is not otherwise available. */
! 187: #undef error_t
! 188:
1.3 paf 189: /* Define to `unsigned' if <sys/types.h> does not define. */
190: #undef size_t
E-mail: