|
1 | | -/* Build Configuration Template for Win32. */ |
2 | | - |
3 | 1 | /* Define the minimum supported version */ |
4 | 2 | #undef _WIN32_WINNT |
5 | 3 | #undef NTDDI_VERSION |
|
262 | 260 | /* Define to 1 if fopencookie seeker uses off64_t. */ |
263 | 261 | #cmakedefine COOKIE_SEEKER_USES_OFF64_T 1 |
264 | 262 |
|
| 263 | +/* Define to 1 if crypt_r uses CRYPTD. */ |
| 264 | +#cmakedefine CRYPT_R_CRYPTD 1 |
| 265 | + |
| 266 | +/* Define to 1 if struct crypt_data requires _GNU_SOURCE. */ |
| 267 | +#cmakedefine CRYPT_R_GNU_SOURCE 1 |
| 268 | + |
| 269 | +/* Define to 1 if crypt_r uses struct crypt_data. */ |
| 270 | +#cmakedefine CRYPT_R_STRUCT_CRYPT_DATA 1 |
| 271 | + |
265 | 272 | /* The DB1 handler header file. */ |
266 | 273 | #cmakedefine DB1_INCLUDE_FILE "@DB1_INCLUDE_FILE@" |
267 | 274 |
|
|
333 | 340 | and to string "0" if they are not. */ |
334 | 341 | #define DEFAULT_SHORT_OPEN_TAG "@DEFAULT_SHORT_OPEN_TAG@" |
335 | 342 |
|
| 343 | +/* Define to 1 to enable the 'chroot' function. */ |
| 344 | +#cmakedefine ENABLE_CHROOT_FUNC 1 |
| 345 | + |
336 | 346 | /* The GDBM handler header file. */ |
337 | 347 | #cmakedefine GDBM_INCLUDE_FILE "@GDBM_INCLUDE_FILE@" |
338 | 348 |
|
| 349 | +/* Define to 1 if 'TIOCGWINSZ' requires <sys/ioctl.h>. */ |
| 350 | +#cmakedefine GWINSZ_IN_SYS_IOCTL 1 |
| 351 | + |
| 352 | +/* Define to 1 if 'ldap_set_rebind_proc' has 3 arguments. */ |
| 353 | +#cmakedefine HAVE_3ARG_SETREBINDPROC 1 |
| 354 | + |
| 355 | +/* Define to 1 when aarch64 CRC32 API is available. */ |
| 356 | +#cmakedefine HAVE_AARCH64_CRC32 1 |
| 357 | + |
339 | 358 | /* Define to 1 if the odbc extension uses the Adabas D. */ |
340 | 359 | #cmakedefine HAVE_ADABAS 1 |
341 | 360 |
|
|
933 | 952 | /* Define to 1 if Solid DB 3.5 is used. */ |
934 | 953 | #cmakedefine HAVE_SOLID_35 1 |
935 | 954 |
|
936 | | -#define HAVE_STRCASECMP 1 |
937 | | - |
938 | | -/* Define to 1 if you have the 'strcasestr' function. */ |
939 | | -#cmakedefine HAVE_STRCASESTR 1 |
940 | | - |
941 | | -/* Define to 1 if you have the 'strndup' function. */ |
942 | | -#cmakedefine HAVE_STRNDUP 1 |
943 | | - |
944 | | -#define HAVE_STRNLEN 1 |
945 | | - |
946 | 955 | /* Define to 1 if the system has the type 'struct cmsgcred'. */ |
947 | 956 | #cmakedefine HAVE_STRUCT_CMSGCRED 1 |
948 | 957 |
|
949 | | -#undef HAVE_STRUCT_STAT_ST_BLKSIZE |
950 | | -#undef HAVE_STRUCT_STAT_ST_BLOCKS |
951 | | -#define HAVE_STRUCT_STAT_ST_RDEV 1 |
952 | | - |
953 | 958 | /* Define to 1 if the system has the type 'struct ucred'. */ |
954 | 959 | #cmakedefine HAVE_STRUCT_UCRED 1 |
955 | 960 |
|
956 | | -#undef HAVE_SYS_TIME_H |
957 | | - |
958 | 961 | /* Define to 1 if the PHP extension 'simplexml' is available. */ |
959 | 962 | #cmakedefine HAVE_SIMPLEXML 1 |
960 | 963 |
|
| 964 | +/* Define to 1 if the PHP hash extension uses the slow SHA3 algorithm. */ |
| 965 | +#cmakedefine HAVE_SLOW_HASH3 1 |
| 966 | + |
961 | 967 | /* Define to 1 if the PHP extension 'snmp' is available. */ |
962 | 968 | #cmakedefine HAVE_SNMP 1 |
963 | 969 |
|
|
983 | 989 | /* Define to 1 if the PHP extension 'soap' is available. */ |
984 | 990 | #cmakedefine HAVE_SOAP 1 |
985 | 991 |
|
986 | | -/* Win32 supports socketpair by the emulation in win32/sockets.c */ |
987 | | -#define HAVE_SOCKETPAIR 1 |
| 992 | +/* Define to 1 if you have the 'socketpair' function. */ |
| 993 | +#cmakedefine HAVE_SOCKETPAIR 1 |
988 | 994 |
|
989 | 995 | /* Define to 1 if the PHP extension 'sockets' is available. */ |
990 | 996 | #cmakedefine HAVE_SOCKETS 1 |
991 | 997 |
|
992 | | -#define HAVE_SOCKLEN_T 1 |
| 998 | +/* Define to 1 if the system has the type 'socklen_t'. */ |
| 999 | +#cmakedefine HAVE_SOCKLEN_T 1 |
993 | 1000 |
|
994 | 1001 | /* Define to 1 if SNMP library has the 'shutdown_snmp_logging' function. */ |
995 | 1002 | #cmakedefine HAVE_SHUTDOWN_SNMP_LOGGING 1 |
|
1229 | 1236 | #cmakedefine HAVE_TTYNAME_R 1 |
1230 | 1237 |
|
1231 | 1238 | /* Define to 1 if you have the 'tzset' function. */ |
1232 | | -#define HAVE_TZSET 1 |
| 1239 | +#cmakedefine HAVE_TZSET 1 |
1233 | 1240 |
|
1234 | 1241 | /* Define to 1 if you have the <udbcext.h> header file. */ |
1235 | 1242 | #cmakedefine HAVE_UDBCEXT_H 1 |
1236 | 1243 |
|
1237 | 1244 | /* Define to 1 if you have the <unistd.h> header file. */ |
1238 | | -#undef HAVE_UNISTD_H |
| 1245 | +#cmakedefine HAVE_UNISTD_H 1 |
1239 | 1246 |
|
1240 | 1247 | /* Define to 1 if the odbc extension uses the unixODBC. */ |
1241 | 1248 | #cmakedefine HAVE_UNIXODBC 1 |
|
1334 | 1341 | the default provider. */ |
1335 | 1342 | #cmakedefine LOAD_OPENSSL_LEGACY_PROVIDER 1 |
1336 | 1343 |
|
| 1344 | +/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>. |
| 1345 | + */ |
| 1346 | +#cmakedefine MAJOR_IN_MKDEV 1 |
| 1347 | + |
| 1348 | +/* Define to 1 if 'major', 'minor', and 'makedev' are declared in |
| 1349 | + <sysmacros.h>. */ |
| 1350 | +#cmakedefine MAJOR_IN_SYSMACROS 1 |
| 1351 | + |
| 1352 | +/* Define to 1 if 'asctime_r' declaration is missing. */ |
| 1353 | +#cmakedefine MISSING_ASCTIME_R_DECL 1 |
| 1354 | + |
| 1355 | +/* Define to 1 if 'ctime_r' declaration is missing. */ |
| 1356 | +#cmakedefine MISSING_CTIME_R_DECL 1 |
| 1357 | + |
| 1358 | +/* Define to 1 if 'gmtime_r' declaration is missing. */ |
| 1359 | +#cmakedefine MISSING_GMTIME_R_DECL 1 |
| 1360 | + |
| 1361 | +/* Define to 1 if 'localtime_r' declaration is missing. */ |
| 1362 | +#cmakedefine MISSING_LOCALTIME_R_DECL 1 |
| 1363 | + |
| 1364 | +/* Whether strtok_r is declared */ |
| 1365 | +#cmakedefine MISSING_STRTOK_R_DECL 1 |
| 1366 | + |
1337 | 1367 | /* Define to 1 if mysqlnd has compressed protocol support. */ |
1338 | 1368 | #cmakedefine MYSQLND_COMPRESSION_ENABLED 1 |
1339 | 1369 |
|
|
0 commit comments