diff options
Diffstat (limited to 'pkg/msmtp/config.h')
| -rw-r--r-- | pkg/msmtp/config.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h index ffd87cc1..4309876c 100644 --- a/pkg/msmtp/config.h +++ b/pkg/msmtp/config.h @@ -1,6 +1,6 @@ /* #undef ENABLE_NLS */ #define HAVE_ARPA_INET_H 1 -/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ +/* #undef HAVE_CFLOCALECOPYCURRENT */ /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ /* #undef HAVE_DCGETTEXT */ #define HAVE_FMEMOPEN 1 @@ -31,6 +31,7 @@ #define HAVE_STRNDUP 1 #define HAVE_SYSEXITS_H 1 #define HAVE_SYSLOG 1 +#define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 @@ -41,10 +42,10 @@ #define PACKAGE "msmtp" #define PACKAGE_BUGREPORT "marlam@marlam.de" #define PACKAGE_NAME "msmtp" -#define PACKAGE_STRING "msmtp 1.8.13" +#define PACKAGE_STRING "msmtp 1.8.14" #define PACKAGE_TARNAME "msmtp" #define PACKAGE_URL "https://marlam.de/msmtp" -#define PACKAGE_VERSION "1.8.13" +#define PACKAGE_VERSION "1.8.14" #define PLATFORM "x86_64-pc-linux-musl" #define STDC_HEADERS 1 #ifndef _ALL_SOURCE @@ -62,7 +63,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.8.13" +#define VERSION "1.8.14" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ #define W32_NATIVE 1 #endif |
