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