Annotation of sql/pgsql/libltdl/config_fixed.h, revision 1.1

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

E-mail: