Annotation of win32/gnome/gmime-x.x.x/gmime-config.h, revision 1.1
1.1 ! paf 1: /* config.h.in. Generated automatically from configure.in by autoheader. */
! 2: #if _MSC_VER
! 3: // using this in calls to parent constructors
! 4: #pragma warning(disable:4273)
! 5: #pragma warning(disable:4018)
! 6: #endif
! 7:
! 8: /* Define if your system defines timezone in <time.h>. */
! 9: #define HAVE_TIMEZONE
! 10: #define timezone _timezone
! 11: #define daylight _daylight
! 12:
! 13: /* Define if your system has `tm_gmtoff' in `struct tm'. */
! 14: #undef HAVE_TM_GMTOFF
! 15:
! 16: /* Define to use auto-detected iconv-friendly charset names. */
! 17: #undef HAVE_ICONV_DETECT_H
! 18:
! 19: /* Define if you have the `alloca' function. */
! 20: #undef HAVE_ALLOCA
! 21:
! 22: /* Define if you have the <alloca.h> header file. */
! 23: #undef HAVE_ALLOCA_H
! 24:
! 25: /* Define if you have the <ctype.h> header file. */
! 26: #define HAVE_CTYPE_H
! 27:
! 28: /* Define if you have the <dlfcn.h> header file. */
! 29: #define HAVE_DLFCN_H
! 30:
! 31: /* Define if you have the iconv() function. */
! 32: #define HAVE_ICONV
! 33:
! 34: /* Define if you have the <inttypes.h> header file. */
! 35: #undef HAVE_INTTYPES_H
! 36:
! 37: /* Define if you have the `isblank' function. */
! 38: #undef HAVE_ISBLANK
! 39:
! 40: /* Define if you have the `localtime' function. */
! 41: #define HAVE_LOCALTIME
! 42:
! 43: /* Define if you have the `memchr' function. */
! 44: #define HAVE_MEMCHR
! 45:
! 46: /* Define if you have the `memmem' function. */
! 47: #undef HAVE_MEMMEM
! 48:
! 49: /* Define if you have the <memory.h> header file. */
! 50: #define HAVE_MEMORY_H
! 51:
! 52: /* Define if you have the `memrchr' function. */
! 53: #undef HAVE_MEMRCHR
! 54:
! 55: /* Define if you have the `mmap' function. */
! 56: #undef HAVE_MMAP
! 57:
! 58: /* Define if you have the `msync' function. */
! 59: #undef HAVE_MSYNC
! 60:
! 61: /* Define if you have the `munmap' function. */
! 62: #undef HAVE_MUNMAP
! 63:
! 64: /* Define if you have the <stdint.h> header file. */
! 65: #undef HAVE_STDINT_H
! 66:
! 67: /* Define if you have the <stdlib.h> header file. */
! 68: #define HAVE_STDLIB_H
! 69:
! 70: /* Define if you have the `stpcpy' function. */
! 71: #undef HAVE_STPCPY
! 72:
! 73: /* Define if you have the `strcasecmp' function. */
! 74: #define HAVE_STRCASECMP
! 75: #define strcasecmp _stricmp
! 76:
! 77: /* Define if you have the `strcasestr' function. */
! 78: #undef HAVE_STRCASESTR
! 79:
! 80: /* Define if you have the `strcat' function. */
! 81: #define HAVE_STRCAT
! 82:
! 83: /* Define if you have the `strchr' function. */
! 84: #define HAVE_STRCHR
! 85:
! 86: /* Define if you have the `strcpy' function. */
! 87: #define HAVE_STRCPY
! 88:
! 89: /* Define if you have the `strftime' function. */
! 90: #define HAVE_STRFTIME
! 91:
! 92: /* Define if you have the <strings.h> header file. */
! 93: #undef HAVE_STRINGS_H
! 94:
! 95: /* Define if you have the <string.h> header file. */
! 96: #define HAVE_STRING_H
! 97:
! 98: /* Define if you have the `strlcat' function. */
! 99: #undef HAVE_STRLCAT
! 100:
! 101: /* Define if you have the `strlcpy' function. */
! 102: #undef HAVE_STRLCPY
! 103:
! 104: /* Define if you have the `strlen' function. */
! 105: #define HAVE_STRLEN
! 106:
! 107: /* Define if you have the `strncasecmp' function. */
! 108: #define HAVE_STRNCASECMP
! 109: #define strncasecmp _strnicmp
! 110:
! 111: /* Define if you have the `strncasestr' function. */
! 112: #undef HAVE_STRNCASESTR
! 113:
! 114: /* Define if you have the `strncat' function. */
! 115: #define HAVE_STRNCAT
! 116:
! 117: /* Define if you have the `strncpy' function. */
! 118: #define HAVE_STRNCPY
! 119:
! 120: /* Define if you have the `strnstr' function. */
! 121: #undef HAVE_STRNSTR
! 122:
! 123: /* Define if you have the `strrchr' function. */
! 124: #define HAVE_STRRCHR
! 125:
! 126: /* Define if you have the `strstr' function. */
! 127: #define HAVE_STRSTR
! 128:
! 129: /* Define if you have the <sys/mman.h> header file. */
! 130: #undef HAVE_SYS_MMAN_H
! 131:
! 132: /* Define if you have the <sys/stat.h> header file. */
! 133: #define HAVE_SYS_STAT_H
! 134:
! 135: /* Define if you have the <sys/types.h> header file. */
! 136: #define HAVE_SYS_TYPES_H
! 137:
! 138: /* Define if you have the <time.h> header file. */
! 139: #define HAVE_TIME_H
! 140:
! 141: /* Define if you have the <unistd.h> header file. */
! 142: #undef HAVE_UNISTD_H
! 143: #include <io.h>
! 144: _inline int close( int handle ) { return _close(handle); }
! 145:
! 146:
! 147: #define DONT_HAVE_FSYNC
! 148:
! 149: /* Define as const if the declaration of iconv() needs const. */
! 150: #undef ICONV_CONST
! 151:
! 152: /* Name of package */
! 153: #undef PACKAGE
! 154:
! 155: /* Define if you have the ANSI C header files. */
! 156: #undef STDC_HEADERS
! 157:
! 158: /* Version number of package */
! 159: #undef VERSION
! 160:
! 161: /* Define to `long' if <sys/types.h> does not define. */
! 162: #define off_t _off_t
! 163:
! 164: /* Define to `unsigned int' if <sys/types.h> does not define. */
! 165: //#define size_t unsigned int
! 166:
! 167: /* Define to `int' if <sys/types.h> does not define. */
! 168: #define ssize_t int
E-mail: