|
260 | 260 | /* Define to 1 if the PHP extension 'zlib' is built as a dynamic module. */ |
261 | 261 | #cmakedefine COMPILE_DL_ZLIB 1 |
262 | 262 |
|
263 | | -/* Configure line */ |
264 | | -#cmakedefine CONFIGURE_COMMAND "@CONFIGURE_COMMAND@" |
265 | | - |
266 | 263 | /* Autotools-based build system in PHP-8.3 checked for older glibc versions (up |
267 | 264 | to ~2.1.2), which used the _IO_cookie_io_functions_t symbol. However, there |
268 | 265 | is a bug in PHP-8.3 check and it never got defined to anything but |
|
1838 | 1835 | /* Define to 1 if the pdo_mysql extension uses mysqlnd. */ |
1839 | 1836 | #cmakedefine PDO_USE_MYSQLND 1 |
1840 | 1837 |
|
1841 | | -/* The PEAR installation directory. */ |
1842 | | -#define PEAR_INSTALLDIR "@PREFIX@\\pear" |
1843 | | - |
1844 | | -#define PHP_BINDIR "@PREFIX@" |
1845 | | - |
1846 | 1838 | /* The build architecture. */ |
1847 | 1839 | #cmakedefine PHP_BUILD_ARCH "@PHP_BUILD_ARCH@" |
1848 | 1840 |
|
|
1861 | 1853 | /* Compiler identification string. */ |
1862 | 1854 | #cmakedefine PHP_COMPILER_ID "@PHP_COMPILER_ID@" |
1863 | 1855 |
|
1864 | | -/* The path in which to look for php.ini. */ |
1865 | | -#define PHP_CONFIG_FILE_PATH "" |
1866 | | - |
1867 | | -#define PHP_CONFIG_FILE_SCAN_DIR "@PHP_FULL_CONFIG_FILE_SCAN_DIR@" |
1868 | | - |
1869 | | -#define PHP_DATADIR "@PREFIX@" |
1870 | | - |
1871 | | -#define PHP_EXTENSION_DIR "@PREFIX@\\ext" |
1872 | | - |
1873 | 1856 | /* Whether the compiler supports AVX-512. */ |
1874 | 1857 | #cmakedefine01 PHP_HAVE_AVX512_SUPPORTS |
1875 | 1858 |
|
|
1941 | 1924 | /* The iconv implementation. */ |
1942 | 1925 | #cmakedefine PHP_ICONV_IMPL "@PHP_ICONV_IMPL@" |
1943 | 1926 |
|
1944 | | -#define PHP_INCLUDE_PATH ".;@PREFIX@\\pear" |
1945 | | - |
1946 | 1927 | /* Define to 1 you have IRIX-style reentrant time functions. */ |
1947 | 1928 | #cmakedefine PHP_IRIX_TIME_R 1 |
1948 | 1929 |
|
1949 | | -#define PHP_LIBDIR "@PREFIX@" |
1950 | | - |
1951 | 1930 | /* Linker major version. */ |
1952 | 1931 | #cmakedefine PHP_LINKER_MAJOR @PHP_LINKER_MAJOR@ |
1953 | 1932 |
|
1954 | 1933 | /* Linker minor version. */ |
1955 | 1934 | #cmakedefine PHP_LINKER_MINOR @PHP_LINKER_MINOR@ |
1956 | 1935 |
|
1957 | | -#define PHP_LOCALSTATEDIR "@PREFIX@" |
1958 | | - |
1959 | 1936 | /* Define to 1 if mhash support is enabled. */ |
1960 | 1937 | #cmakedefine PHP_MHASH_BC 1 |
1961 | 1938 |
|
|
1977 | 1954 | /* */ |
1978 | 1955 | #cmakedefine PHP_PDO_OCI_CLIENT_VERSION "@PHP_PDO_OCI_CLIENT_VERSION@" |
1979 | 1956 |
|
1980 | | -#define PHP_PREFIX "@PREFIX@" |
1981 | | - |
1982 | 1957 | /* Define to 1 if 'pread' declaration with 'off64_t' is missing. */ |
1983 | 1958 | #cmakedefine PHP_PREAD_64 1 |
1984 | 1959 |
|
1985 | 1960 | /* Define to 1 if 'pwrite' declaration with 'off64_t' is missing. */ |
1986 | 1961 | #cmakedefine PHP_PWRITE_64 1 |
1987 | 1962 |
|
1988 | | -#define PHP_SHLIB_EXT_PREFIX "php_" |
1989 | | -#define PHP_SHLIB_SUFFIX "dll" |
1990 | | - |
1991 | 1963 | /* Define to 1 if PHP uses its own SIGCHLD handler, and to 0 if not. */ |
1992 | 1964 | #cmakedefine01 PHP_SIGCHILD |
1993 | 1965 |
|
1994 | | -#define PHP_SYSCONFDIR "@PREFIX@" |
1995 | | - |
1996 | 1966 | /* The 'uname -a' output. */ |
1997 | 1967 | #cmakedefine PHP_UNAME "@PHP_UNAME@" |
1998 | 1968 |
|
|
2096 | 2066 | /* Define to 1 if Zend signal handling is supported and enabled. */ |
2097 | 2067 | #cmakedefine ZEND_SIGNALS 1 |
2098 | 2068 |
|
2099 | | -/* */ |
| 2069 | +/* Define to 1 if libzip is built statically on Windows. Required for static |
| 2070 | + libzip since version 1.0 to 1.3.2. */ |
2100 | 2071 | #cmakedefine ZIP_STATIC 1 |
2101 | 2072 |
|
2102 | 2073 | /* Define to 1 if thread safety (ZTS) is enabled. */ |
|
2105 | 2076 | /* Define to 1 when using musl libc. */ |
2106 | 2077 | #cmakedefine __MUSL__ 1 |
2107 | 2078 |
|
| 2079 | +/* The following build system related configuration values are on *nix |
| 2080 | + systems defined in the main/build-defs.h and JScript Windows build system |
| 2081 | + defines them in the configuration header file. */ |
| 2082 | + |
| 2083 | +/* Configure line */ |
| 2084 | +#cmakedefine CONFIGURE_COMMAND "@CONFIGURE_COMMAND@" |
| 2085 | + |
| 2086 | +/* The PEAR installation directory. */ |
| 2087 | +#define PEAR_INSTALLDIR "@PREFIX@\\pear" |
| 2088 | + |
| 2089 | +/* The path to the bin directory. */ |
| 2090 | +#define PHP_BINDIR "@PREFIX@" |
| 2091 | + |
| 2092 | +/* The path in which to look for php.ini. */ |
| 2093 | +#define PHP_CONFIG_FILE_PATH "" |
| 2094 | + |
| 2095 | +/* The path where to scan for additional INI configuration files. */ |
| 2096 | +#define PHP_CONFIG_FILE_SCAN_DIR "@PHP_FULL_CONFIG_FILE_SCAN_DIR@" |
| 2097 | + |
| 2098 | +/* The path to the share directory. */ |
| 2099 | +#define PHP_DATADIR "@PREFIX@" |
| 2100 | + |
| 2101 | +/* Default directory for dynamically loadable PHP extensions. */ |
| 2102 | +#define PHP_EXTENSION_DIR "@PREFIX@\\ext" |
| 2103 | + |
| 2104 | +/* The 'include_path' PHP INI directive. */ |
| 2105 | +#define PHP_INCLUDE_PATH ".;@PREFIX@\\pear" |
| 2106 | + |
| 2107 | +/* The path containing system libraries (lib or lib64). */ |
| 2108 | +#define PHP_LIBDIR "@PREFIX@" |
| 2109 | + |
| 2110 | +/* The path to the var directory. */ |
| 2111 | +#define PHP_LOCALSTATEDIR "@PREFIX@" |
| 2112 | + |
| 2113 | +/* The installation prefix. */ |
| 2114 | +#define PHP_PREFIX "@PREFIX@" |
| 2115 | + |
| 2116 | +/* The prefix for the shared library objects. */ |
| 2117 | +#define PHP_SHLIB_EXT_PREFIX "php_" |
| 2118 | + |
| 2119 | +/* The shared library objects extension. */ |
| 2120 | +#define PHP_SHLIB_SUFFIX "dll" |
| 2121 | + |
| 2122 | +/* The path to the etc directory. */ |
| 2123 | +#define PHP_SYSCONFDIR "@PREFIX@" |
| 2124 | + |
2108 | 2125 | #if __has_include("main/config.pickle.h") |
2109 | 2126 | #include "main/config.pickle.h" |
2110 | 2127 | #endif |
0 commit comments