|
1 | | -/* Build Configuration Template for Win32. */ |
2 | | - |
3 | 1 | /* Define the minimum supported version */ |
4 | 2 | #undef _WIN32_WINNT |
5 | 3 | #undef NTDDI_VERSION |
|
268 | 266 | /* Define to 1 if fopencookie seeker uses off64_t. */ |
269 | 267 | #cmakedefine COOKIE_SEEKER_USES_OFF64_T 1 |
270 | 268 |
|
| 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 | + |
271 | 278 | /* The DB1 handler header file. */ |
272 | 279 | #cmakedefine DB1_INCLUDE_FILE "@DB1_INCLUDE_FILE@" |
273 | 280 |
|
|
339 | 346 | and to string "0" if they are not. */ |
340 | 347 | #define DEFAULT_SHORT_OPEN_TAG "@DEFAULT_SHORT_OPEN_TAG@" |
341 | 348 |
|
| 349 | +/* Define to 1 to enable the 'chroot' function. */ |
| 350 | +#cmakedefine ENABLE_CHROOT_FUNC 1 |
| 351 | + |
342 | 352 | /* The GDBM handler header file. */ |
343 | 353 | #cmakedefine GDBM_INCLUDE_FILE "@GDBM_INCLUDE_FILE@" |
344 | 354 |
|
| 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 | + |
345 | 364 | /* Define to 1 if the odbc extension uses the Adabas D. */ |
346 | 365 | #cmakedefine HAVE_ADABAS 1 |
347 | 366 |
|
|
883 | 902 | /* Define to 1 if Solid DB 3.5 is used. */ |
884 | 903 | #cmakedefine HAVE_SOLID_35 1 |
885 | 904 |
|
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 | | - |
902 | 905 | /* Define to 1 if the PHP extension 'simplexml' is available. */ |
903 | 906 | #cmakedefine HAVE_SIMPLEXML 1 |
904 | 907 |
|
| 908 | +/* Define to 1 if the PHP hash extension uses the slow SHA3 algorithm. */ |
| 909 | +#cmakedefine HAVE_SLOW_HASH3 1 |
| 910 | + |
905 | 911 | /* Define to 1 if the PHP extension 'snmp' is available. */ |
906 | 912 | #cmakedefine HAVE_SNMP 1 |
907 | 913 |
|
|
927 | 933 | /* Define to 1 if the PHP extension 'soap' is available. */ |
928 | 934 | #cmakedefine HAVE_SOAP 1 |
929 | 935 |
|
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 |
932 | 938 |
|
933 | 939 | /* Define to 1 if the PHP extension 'sockets' is available. */ |
934 | 940 | #cmakedefine HAVE_SOCKETS 1 |
935 | 941 |
|
936 | | -#define HAVE_SOCKLEN_T 1 |
| 942 | +/* Define to 1 if the system has the type 'socklen_t'. */ |
| 943 | +#cmakedefine HAVE_SOCKLEN_T 1 |
937 | 944 |
|
938 | 945 | /* Define to 1 if SNMP library has the 'shutdown_snmp_logging' function. */ |
939 | 946 | #cmakedefine HAVE_SHUTDOWN_SNMP_LOGGING 1 |
|
1170 | 1177 | #cmakedefine HAVE_TTYNAME_R 1 |
1171 | 1178 |
|
1172 | 1179 | /* Define to 1 if you have the 'tzset' function. */ |
1173 | | -#define HAVE_TZSET 1 |
| 1180 | +#cmakedefine HAVE_TZSET 1 |
1174 | 1181 |
|
1175 | 1182 | /* Define to 1 if you have the <udbcext.h> header file. */ |
1176 | 1183 | #cmakedefine HAVE_UDBCEXT_H 1 |
1177 | 1184 |
|
1178 | 1185 | /* Define to 1 if you have the <unistd.h> header file. */ |
1179 | | -#undef HAVE_UNISTD_H |
| 1186 | +#cmakedefine HAVE_UNISTD_H 1 |
1180 | 1187 |
|
1181 | 1188 | /* Define to 1 if the odbc extension uses the unixODBC. */ |
1182 | 1189 | #cmakedefine HAVE_UNIXODBC 1 |
|
1262 | 1269 | /* The LMDB handler header file. */ |
1263 | 1270 | #cmakedefine LMDB_INCLUDE_FILE "@LMDB_INCLUDE_FILE@" |
1264 | 1271 |
|
| 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 | + |
1265 | 1299 | /* Define to 1 if mysqlnd has compressed protocol support. */ |
1266 | 1300 | #cmakedefine MYSQLND_COMPRESSION_ENABLED 1 |
1267 | 1301 |
|
|
0 commit comments