|
@@ -25,6 +25,9 @@
|
|
/* Define to 1 if your system has a working `chown' function. */
|
|
/* Define to 1 if your system has a working `chown' function. */
|
|
#define HAVE_CHOWN 1
|
|
#define HAVE_CHOWN 1
|
|
|
|
|
|
|
|
+/* Define to 1 if you have the `clock_gettime' function. */
|
|
|
|
+#define HAVE_CLOCK_GETTIME 1
|
|
|
|
+
|
|
/* define if the compiler supports basic C++14 syntax */
|
|
/* define if the compiler supports basic C++14 syntax */
|
|
#define HAVE_CXX14 1
|
|
#define HAVE_CXX14 1
|
|
|
|
|
|
@@ -54,6 +57,9 @@
|
|
/* Define to 1 if you have the `getpwnam' function. */
|
|
/* Define to 1 if you have the `getpwnam' function. */
|
|
#define HAVE_GETPWNAM 1
|
|
#define HAVE_GETPWNAM 1
|
|
|
|
|
|
|
|
+/* Define to 1 if you have `GetTickCount64` function. */
|
|
|
|
+/* #undef HAVE_GETTICKCOUNT64 */
|
|
|
|
+
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
|
|
@@ -183,6 +189,9 @@
|
|
/* Define to 1 if you have `struct tm.tm_gmtoff` member. */
|
|
/* Define to 1 if you have `struct tm.tm_gmtoff` member. */
|
|
#define HAVE_STRUCT_TM_TM_GMTOFF 1
|
|
#define HAVE_STRUCT_TM_TM_GMTOFF 1
|
|
|
|
|
|
|
|
+/* Define to 1 if you have the <sysinfoapi.h> header file. */
|
|
|
|
+/* #undef HAVE_SYSINFOAPI_H */
|
|
|
|
+
|
|
/* Define to 1 if you have the <syslog.h> header file. */
|
|
/* Define to 1 if you have the <syslog.h> header file. */
|
|
#define HAVE_SYSLOG_H 1
|
|
#define HAVE_SYSLOG_H 1
|
|
|
|
|
|
@@ -250,7 +259,7 @@
|
|
#define PACKAGE_NAME "nghttp2"
|
|
#define PACKAGE_NAME "nghttp2"
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
|
/* Define to the full name and version of this package. */
|
|
-#define PACKAGE_STRING "nghttp2 1.56.0"
|
|
|
|
|
|
+#define PACKAGE_STRING "nghttp2 1.57.0"
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "nghttp2"
|
|
#define PACKAGE_TARNAME "nghttp2"
|
|
@@ -259,7 +268,7 @@
|
|
#define PACKAGE_URL ""
|
|
#define PACKAGE_URL ""
|
|
|
|
|
|
/* Define to the version of this package. */
|
|
/* Define to the version of this package. */
|
|
-#define PACKAGE_VERSION "1.56.0"
|
|
|
|
|
|
+#define PACKAGE_VERSION "1.57.0"
|
|
|
|
|
|
/* The size of `int *', as computed by sizeof. */
|
|
/* The size of `int *', as computed by sizeof. */
|
|
#define SIZEOF_INT_P 8
|
|
#define SIZEOF_INT_P 8
|
|
@@ -364,7 +373,7 @@
|
|
|
|
|
|
|
|
|
|
/* Version number of package */
|
|
/* Version number of package */
|
|
-#define VERSION "1.56.0"
|
|
|
|
|
|
+#define VERSION "1.57.0"
|
|
|
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|