summaryrefslogtreecommitdiff
path: root/pkg/msmtp/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/msmtp/config.h')
-rw-r--r--pkg/msmtp/config.h88
1 files changed, 62 insertions, 26 deletions
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h
index 09c3d9c3..61f2a158 100644
--- a/pkg/msmtp/config.h
+++ b/pkg/msmtp/config.h
@@ -1,39 +1,75 @@
-#include <config-posix.h>
-
-/* features */
-#define HAVE_LIBSSL 1
-#define HAVE_TLS 1
/* #undef ENABLE_NLS */
+#define HAVE_ARPA_INET_H 1
+/* #undef HAVE_CFLOCALECOPYCURRENT */
+/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
+/* #undef HAVE_DCGETTEXT */
+#define HAVE_FMEMOPEN 1
+#define HAVE_FSEEKO 1
+#define HAVE_FSEEKO64 1
/* #undef HAVE_GAI_IDN */
+#define HAVE_GETPASS 1
+#define HAVE_GETSERVBYNAME 1
+/* #undef HAVE_GETTEXT */
+/* #undef HAVE_ICONV */
+#define HAVE_INTTYPES_H 1
/* #undef HAVE_LIBGNUTLS */
/* #undef HAVE_LIBGSASL */
/* #undef HAVE_LIBIDN */
/* #undef HAVE_LIBSECRET */
+#define HAVE_LIBSSL 1
+#define HAVE_LINK 1
/* #undef HAVE_MACOSXKEYRING */
-
-/* headers */
-#define HAVE_MEMORY_H
+#define HAVE_MEMORY_H 1
+#define HAVE_MKSTEMP 1
+#define HAVE_NETDB_H 1
+#define HAVE_SIGNAL 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
+#define HAVE_STRNDUP 1
#define HAVE_SYSEXITS_H 1
-
-/* types */
-/* #undef SIZEOF_LONG_LONG */ /* not needed after _Static_assert patch */
-
-/* functions */
-#define HAVE_DCGETTEXT 1
-#define HAVE_GETPASS 1
-#define HAVE_GETTEXT 1
+#define HAVE_SYSLOG 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_WAIT_H 1
+#define HAVE_TLS 1
+#define HAVE_UNISTD_H 1
#define HAVE_VASPRINTF 1
-/* #undef HAVE_CFLOCALECOPYCURRENT */
-/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
-/* #undef HAVE_FSEEKO64 */
-
-/* misc */
#define PACKAGE "msmtp"
#define PACKAGE_BUGREPORT "marlam@marlam.de"
#define PACKAGE_NAME "msmtp"
-#define PACKAGE_STRING "msmtp 1.6.6"
+#define PACKAGE_STRING "msmtp 1.6.8"
#define PACKAGE_TARNAME "msmtp"
-#define PACKAGE_URL "http://msmtp.sourceforge.net/"
-#define PACKAGE_VERSION "1.6.6"
-#define PLATFORM "linux"
-#define VERSION "1.6.6"
+#define PACKAGE_URL "https://marlam.de/msmtp"
+#define PACKAGE_VERSION "1.6.8"
+#define PLATFORM "x86_64-pc-linux-gnu"
+#define STDC_HEADERS 1
+#ifndef _ALL_SOURCE
+# define _ALL_SOURCE 1
+#endif
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# define _POSIX_PTHREAD_SEMANTICS 1
+#endif
+#ifndef _TANDEM_SOURCE
+# define _TANDEM_SOURCE 1
+#endif
+#ifndef __EXTENSIONS__
+# define __EXTENSIONS__ 1
+#endif
+#define VERSION "1.6.8"
+#if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
+#define W32_NATIVE 1
+#endif
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+/* #undef _FILE_OFFSET_BITS */
+/* #undef _LARGE_FILES */
+/* #undef _MINIX */
+/* #undef _POSIX_1_SOURCE */
+/* #undef _POSIX_SOURCE */