Skip to content

Commit d448dc2

Browse files
committed
Sync headers
1 parent 5fe85cc commit d448dc2

File tree

1 file changed

+57
-23
lines changed

1 file changed

+57
-23
lines changed

cmake/main/config.w32.cmake.h.in

Lines changed: 57 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* Build Configuration Template for Win32. */
2-
31
/* Define the minimum supported version */
42
#undef _WIN32_WINNT
53
#undef NTDDI_VERSION
@@ -268,6 +266,15 @@
268266
/* Define to 1 if fopencookie seeker uses off64_t. */
269267
#cmakedefine COOKIE_SEEKER_USES_OFF64_T 1
270268

269+
/* Define to 1 if crypt_r uses CRYPTD. */
270+
#cmakedefine CRYPT_R_CRYPTD 1
271+
272+
/* Define to 1 if struct crypt_data requires _GNU_SOURCE. */
273+
#cmakedefine CRYPT_R_GNU_SOURCE 1
274+
275+
/* Define to 1 if crypt_r uses struct crypt_data. */
276+
#cmakedefine CRYPT_R_STRUCT_CRYPT_DATA 1
277+
271278
/* The DB1 handler header file. */
272279
#cmakedefine DB1_INCLUDE_FILE "@DB1_INCLUDE_FILE@"
273280

@@ -339,9 +346,21 @@
339346
and to string "0" if they are not. */
340347
#define DEFAULT_SHORT_OPEN_TAG "@DEFAULT_SHORT_OPEN_TAG@"
341348

349+
/* Define to 1 to enable the 'chroot' function. */
350+
#cmakedefine ENABLE_CHROOT_FUNC 1
351+
342352
/* The GDBM handler header file. */
343353
#cmakedefine GDBM_INCLUDE_FILE "@GDBM_INCLUDE_FILE@"
344354

355+
/* Define to 1 if 'TIOCGWINSZ' requires <sys/ioctl.h>. */
356+
#cmakedefine GWINSZ_IN_SYS_IOCTL 1
357+
358+
/* Define to 1 if 'ldap_set_rebind_proc' has 3 arguments. */
359+
#cmakedefine HAVE_3ARG_SETREBINDPROC 1
360+
361+
/* Define to 1 when aarch64 CRC32 API is available. */
362+
#cmakedefine HAVE_AARCH64_CRC32 1
363+
345364
/* Define to 1 if the odbc extension uses the Adabas D. */
346365
#cmakedefine HAVE_ADABAS 1
347366

@@ -883,25 +902,12 @@
883902
/* Define to 1 if Solid DB 3.5 is used. */
884903
#cmakedefine HAVE_SOLID_35 1
885904

886-
#define HAVE_STRCASECMP 1
887-
888-
/* Define to 1 if you have the 'strcasestr' function. */
889-
#cmakedefine HAVE_STRCASESTR 1
890-
891-
/* Define to 1 if you have the 'strndup' function. */
892-
#cmakedefine HAVE_STRNDUP 1
893-
894-
#define HAVE_STRNLEN 1
895-
896-
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
897-
#undef HAVE_STRUCT_STAT_ST_BLOCKS
898-
#define HAVE_STRUCT_STAT_ST_RDEV 1
899-
900-
#undef HAVE_SYS_TIME_H
901-
902905
/* Define to 1 if the PHP extension 'simplexml' is available. */
903906
#cmakedefine HAVE_SIMPLEXML 1
904907

908+
/* Define to 1 if the PHP hash extension uses the slow SHA3 algorithm. */
909+
#cmakedefine HAVE_SLOW_HASH3 1
910+
905911
/* Define to 1 if the PHP extension 'snmp' is available. */
906912
#cmakedefine HAVE_SNMP 1
907913

@@ -927,13 +933,14 @@
927933
/* Define to 1 if the PHP extension 'soap' is available. */
928934
#cmakedefine HAVE_SOAP 1
929935

930-
/* Win32 supports socketpair by the emulation in win32/sockets.c */
931-
#define HAVE_SOCKETPAIR 1
936+
/* Define to 1 if you have the 'socketpair' function. */
937+
#cmakedefine HAVE_SOCKETPAIR 1
932938

933939
/* Define to 1 if the PHP extension 'sockets' is available. */
934940
#cmakedefine HAVE_SOCKETS 1
935941

936-
#define HAVE_SOCKLEN_T 1
942+
/* Define to 1 if the system has the type 'socklen_t'. */
943+
#cmakedefine HAVE_SOCKLEN_T 1
937944

938945
/* Define to 1 if SNMP library has the 'shutdown_snmp_logging' function. */
939946
#cmakedefine HAVE_SHUTDOWN_SNMP_LOGGING 1
@@ -1170,13 +1177,13 @@
11701177
#cmakedefine HAVE_TTYNAME_R 1
11711178

11721179
/* Define to 1 if you have the 'tzset' function. */
1173-
#define HAVE_TZSET 1
1180+
#cmakedefine HAVE_TZSET 1
11741181

11751182
/* Define to 1 if you have the <udbcext.h> header file. */
11761183
#cmakedefine HAVE_UDBCEXT_H 1
11771184

11781185
/* Define to 1 if you have the <unistd.h> header file. */
1179-
#undef HAVE_UNISTD_H
1186+
#cmakedefine HAVE_UNISTD_H 1
11801187

11811188
/* Define to 1 if the odbc extension uses the unixODBC. */
11821189
#cmakedefine HAVE_UNIXODBC 1
@@ -1262,6 +1269,33 @@
12621269
/* The LMDB handler header file. */
12631270
#cmakedefine LMDB_INCLUDE_FILE "@LMDB_INCLUDE_FILE@"
12641271

1272+
/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.
1273+
*/
1274+
#cmakedefine MAJOR_IN_MKDEV 1
1275+
1276+
/* Define to 1 if 'major', 'minor', and 'makedev' are declared in
1277+
<sysmacros.h>. */
1278+
#cmakedefine MAJOR_IN_SYSMACROS 1
1279+
1280+
/* Define to 1 if 'asctime_r' declaration is missing. */
1281+
#cmakedefine MISSING_ASCTIME_R_DECL 1
1282+
1283+
/* Define to 1 if 'ctime_r' declaration is missing. */
1284+
#cmakedefine MISSING_CTIME_R_DECL 1
1285+
1286+
/* Define to 1 if 'fclose' declaration is missing, and to 0 if declaration is
1287+
available. */
1288+
#cmakedefine01 MISSING_FCLOSE_DECL
1289+
1290+
/* Define to 1 if 'gmtime_r' declaration is missing. */
1291+
#cmakedefine MISSING_GMTIME_R_DECL 1
1292+
1293+
/* Define to 1 if 'localtime_r' declaration is missing. */
1294+
#cmakedefine MISSING_LOCALTIME_R_DECL 1
1295+
1296+
/* Whether strtok_r is declared */
1297+
#cmakedefine MISSING_STRTOK_R_DECL 1
1298+
12651299
/* Define to 1 if mysqlnd has compressed protocol support. */
12661300
#cmakedefine MYSQLND_COMPRESSION_ENABLED 1
12671301

0 commit comments

Comments
 (0)