config.h (5446B)
1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define to 1 if translation of program messages to the user's native 5 language is requested. */ 6 /* #undef ENABLE_NLS */ 7 8 /* Define to 1 if you have the <arpa/inet.h> header file. */ 9 #define HAVE_ARPA_INET_H 1 10 11 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the 12 CoreFoundation framework. */ 13 /* #undef HAVE_CFLOCALECOPYCURRENT */ 14 15 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 16 the CoreFoundation framework. */ 17 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 18 19 /* Define if the GNU dcgettext() function is already present or preinstalled. 20 */ 21 /* #undef HAVE_DCGETTEXT */ 22 23 /* Define to 1 if you have the `fseeko' function. */ 24 #define HAVE_FSEEKO 1 25 26 /* Define to 1 if you have the `fseeko64' function. */ 27 #define HAVE_FSEEKO64 1 28 29 /* Define to 1 if you have the `getpass' function. */ 30 #define HAVE_GETPASS 1 31 32 /* Define to 1 if you have the `getservbyname' function. */ 33 #define HAVE_GETSERVBYNAME 1 34 35 /* Define if the GNU gettext() function is already present or preinstalled. */ 36 /* #undef HAVE_GETTEXT */ 37 38 /* Define to 1 if libgnome-keyring is available */ 39 /* #undef HAVE_GNOME_KEYRING */ 40 41 /* Define if you have the iconv() function and it works. */ 42 /* #undef HAVE_ICONV */ 43 44 /* Define to 1 if you have the <inttypes.h> header file. */ 45 #define HAVE_INTTYPES_H 1 46 47 /* Define to 1 if libgnutls is available */ 48 #undef HAVE_LIBGNUTLS 49 50 /* Define to 1 if libgsasl is available */ 51 /* #undef HAVE_LIBGSASL */ 52 53 /* Define to 1 if libidn is available */ 54 #undef HAVE_LIBIDN 55 56 /* Define to 1 if libssl is available */ 57 #define HAVE_LIBSSL 1 58 59 /* Define to 1 if you have the `link' function. */ 60 #define HAVE_LINK 1 61 62 /* Define to 1 if you have the MacOS X Keychain Services API. */ 63 /* #undef HAVE_MACOSXKEYRING */ 64 65 /* Define to 1 if you have the <memory.h> header file. */ 66 #define HAVE_MEMORY_H 1 67 68 /* Define to 1 if you have the `mkstemp' function. */ 69 #define HAVE_MKSTEMP 1 70 71 /* Define to 1 if you have the <netdb.h> header file. */ 72 #define HAVE_NETDB_H 1 73 74 /* Define to 1 if you have the `sigaction' function. */ 75 #define HAVE_SIGACTION 1 76 77 /* Define to 1 if you have the <stdint.h> header file. */ 78 #define HAVE_STDINT_H 1 79 80 /* Define to 1 if you have the <stdlib.h> header file. */ 81 #define HAVE_STDLIB_H 1 82 83 /* Define to 1 if you have the <strings.h> header file. */ 84 #define HAVE_STRINGS_H 1 85 86 /* Define to 1 if you have the <string.h> header file. */ 87 #define HAVE_STRING_H 1 88 89 /* Define to 1 if you have the `strndup' function. */ 90 #define HAVE_STRNDUP 1 91 92 /* Define to 1 if you have the <sysexits.h> header file. */ 93 #define HAVE_SYSEXITS_H 1 94 95 /* Define to 1 if you have the `syslog' function. */ 96 #define HAVE_SYSLOG 1 97 98 /* Define to 1 if you have the <sys/socket.h> header file. */ 99 #define HAVE_SYS_SOCKET_H 1 100 101 /* Define to 1 if you have the <sys/stat.h> header file. */ 102 #define HAVE_SYS_STAT_H 1 103 104 /* Define to 1 if you have the <sys/types.h> header file. */ 105 #define HAVE_SYS_TYPES_H 1 106 107 /* Define to 1 if you have the <sys/wait.h> header file. */ 108 #define HAVE_SYS_WAIT_H 1 109 110 /* Define to 1 to build with TLS/SSL support */ 111 #define HAVE_TLS 1 112 113 /* Define to 1 if you have the <unistd.h> header file. */ 114 #define HAVE_UNISTD_H 1 115 116 /* Define to 1 if you have the `vasprintf' function. */ 117 #define HAVE_VASPRINTF 1 118 119 /* Name of package */ 120 #define PACKAGE "mpop" 121 122 /* Define to the address where bug reports for this package should be sent. */ 123 #define PACKAGE_BUGREPORT "marlam@marlam.de" 124 125 /* Define to the full name of this package. */ 126 #define PACKAGE_NAME "mpop" 127 128 /* Define to the full name and version of this package. */ 129 #define PACKAGE_STRING "mpop 1.0.29" 130 131 /* Define to the one symbol short name of this package. */ 132 #define PACKAGE_TARNAME "mpop" 133 134 /* Define to the home page for this package. */ 135 #define PACKAGE_URL "http://mpop.sourceforge.net/" 136 137 /* Define to the version of this package. */ 138 #define PACKAGE_VERSION "1.0.29" 139 140 /* Platform triplet */ 141 #define PLATFORM "x86_64-unknown-linux-gnu" 142 143 /* Define to 1 if you have the ANSI C header files. */ 144 #define STDC_HEADERS 1 145 146 /* Enable extensions on AIX 3, Interix. */ 147 #ifndef _ALL_SOURCE 148 # define _ALL_SOURCE 1 149 #endif 150 /* Enable GNU extensions on systems that have them. */ 151 #ifndef _GNU_SOURCE 152 # define _GNU_SOURCE 1 153 #endif 154 /* Enable threading extensions on Solaris. */ 155 #ifndef _POSIX_PTHREAD_SEMANTICS 156 # define _POSIX_PTHREAD_SEMANTICS 1 157 #endif 158 /* Enable extensions on HP NonStop. */ 159 #ifndef _TANDEM_SOURCE 160 # define _TANDEM_SOURCE 1 161 #endif 162 /* Enable general extensions on Solaris. */ 163 #ifndef __EXTENSIONS__ 164 # define __EXTENSIONS__ 1 165 #endif 166 167 168 /* Version number of package */ 169 #define VERSION "1.0.29" 170 171 /* Define to 1 if the native W32 API should be used. */ 172 #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ 173 #define W32_NATIVE 1 174 #endif 175 176 /* Enable large inode numbers on Mac OS X 10.5. */ 177 #ifndef _DARWIN_USE_64_BIT_INODE 178 # define _DARWIN_USE_64_BIT_INODE 1 179 #endif 180 181 /* Number of bits in a file offset, on hosts where this is settable. */ 182 /* #undef _FILE_OFFSET_BITS */ 183 184 /* Define for large files, on AIX-style hosts. */ 185 /* #undef _LARGE_FILES */ 186 187 /* Define to 1 if on MINIX. */ 188 /* #undef _MINIX */ 189 190 /* Define to 2 if the system does not provide POSIX.1 features except with 191 this defined. */ 192 /* #undef _POSIX_1_SOURCE */ 193 194 /* Define to 1 if you need to in order for `stat' and other things to work. */ 195 /* #undef _POSIX_SOURCE */