Annotation of sql/pgsql/libltdl/config_auto.h.in, revision 1.2
1.1 parser 1: /* config_auto.h.in. Generated automatically from configure.in by autoheader. */
2:
3: /* Define to empty if the keyword does not work. */
4: #undef const
5:
6: /* Define as __inline if that's what the C compiler calls it. */
7: #undef inline
8:
9: /* Define if you have the ANSI C header files. */
10: #undef STDC_HEADERS
11:
1.2 ! paf 12: /* Define if you have the GNU dld library. */
! 13: #undef HAVE_DLD
! 14:
1.1 parser 15: /* Define if you have the libdl library or equivalent. */
16: #undef HAVE_LIBDL
17:
18: /* Define if you have the shl_load function. */
19: #undef HAVE_SHL_LOAD
20:
21: /* Define if you have the dlerror function. */
22: #undef HAVE_DLERROR
23:
24: /* Define if you have the index function. */
25: #undef HAVE_INDEX
26:
27: /* Define if you have the rindex function. */
28: #undef HAVE_RINDEX
29:
30: /* Define if you have the strchr function. */
31: #undef HAVE_STRCHR
32:
33: /* Define if you have the strrchr function. */
34: #undef HAVE_STRRCHR
35:
36: /* Define if you have the <ctype.h> header file. */
37: #undef HAVE_CTYPE_H
38:
39: /* Define if you have the <dl.h> header file. */
40: #undef HAVE_DL_H
41:
42: /* Define if you have the <dld.h> header file. */
43: #undef HAVE_DLD_H
44:
45: /* Define if you have the <dlfcn.h> header file. */
46: #undef HAVE_DLFCN_H
47:
48: /* Define if you have the <malloc.h> header file. */
49: #undef HAVE_MALLOC_H
50:
51: /* Define if you have the <memory.h> header file. */
52: #undef HAVE_MEMORY_H
53:
54: /* Define if you have the <stdio.h> header file. */
55: #undef HAVE_STDIO_H
56:
57: /* Define if you have the <stdlib.h> header file. */
58: #undef HAVE_STDLIB_H
59:
60: /* Define if you have the <string.h> header file. */
61: #undef HAVE_STRING_H
62:
63: /* Define if you have the <strings.h> header file. */
64: #undef HAVE_STRINGS_H
65:
66: /* Define to the extension used for shared libraries, say, .so. */
67: #undef LTDL_SHLIB_EXT
68:
69: /* Define to the name of the environment variable that determines the dynamic library search path. */
70: #undef LTDL_SHLIBPATH_VAR
71:
72: /* Define to the sub-directory in which libtool stores uninstalled libraries. */
73: #undef LTDL_OBJDIR
74:
75: /* Define if libtool can extract symbol lists from object files. */
76: #undef HAVE_PRELOADED_SYMBOLS
77:
78: /* Define if dlsym() requires a leading underscode in symbol names. */
79: #undef NEED_USCORE
80:
E-mail: