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

1.1       parser      1: /* pa_config_fixed.h. */
                      2: /* Configure file for autoconf-disabled platforms  */
                      3: 
                      4: #define HAVE_CTYPE_H 1
1.2       paf         5: #define HAVE_ERRNO_H 1
                      6: #define HAVE_MEMCPY 1
                      7: #define HAVE_MEMMOVE 1
1.1       parser      8: #define HAVE_MEMORY_H 1
                      9: #define HAVE_STDIO_H 1
                     10: #define HAVE_STDLIB_H 1
1.2       paf        11: #define HAVE_STRCHR 1
                     12: #define HAVE_STRCMP 1
                     13: #define HAVE_STRINGS_H 1
1.1       parser     14: #define HAVE_STRING_H 1
1.2       paf        15: #define HAVE_STRRCHR 1
                     16: #define HAVE_SYS_STAT_H 1
                     17: #define HAVE_SYS_TYPES_H 1
1.4     ! moko       18: 
1.2       paf        19: #define error_t int
1.4     ! moko       20: #define LT_OBJDIR ".libs/"
        !            21: #define LT_MODULE_EXT ".dll"

E-mail: