|
242 | 242 | /* Define to 1 if the PHP extension 'zlib' is built as a dynamic module. */ |
243 | 243 | #cmakedefine COMPILE_DL_ZLIB 1 |
244 | 244 |
|
245 | | -/* Configure line */ |
246 | | -#cmakedefine CONFIGURE_COMMAND "@CONFIGURE_COMMAND@" |
247 | | - |
248 | 245 | /* Define to 1 if fopencookie seeker uses off64_t. */ |
249 | 246 | #cmakedefine COOKIE_SEEKER_USES_OFF64_T 1 |
250 | 247 |
|
|
1792 | 1789 | /* Define to 1 if the pdo_mysql extension uses mysqlnd. */ |
1793 | 1790 | #cmakedefine PDO_USE_MYSQLND 1 |
1794 | 1791 |
|
1795 | | -/* The PEAR installation directory. */ |
1796 | | -#define PEAR_INSTALLDIR "@PREFIX@\\pear" |
1797 | | - |
1798 | | -#define PHP_BINDIR "@PREFIX@" |
1799 | | - |
1800 | 1792 | /* The build architecture. */ |
1801 | 1793 | #cmakedefine PHP_BUILD_ARCH "@PHP_BUILD_ARCH@" |
1802 | 1794 |
|
|
1815 | 1807 | /* Compiler identification string. */ |
1816 | 1808 | #cmakedefine PHP_COMPILER_ID "@PHP_COMPILER_ID@" |
1817 | 1809 |
|
1818 | | -/* The path in which to look for php.ini. */ |
1819 | | -#define PHP_CONFIG_FILE_PATH "" |
1820 | | - |
1821 | | -#define PHP_CONFIG_FILE_SCAN_DIR "@PHP_FULL_CONFIG_FILE_SCAN_DIR@" |
1822 | | - |
1823 | | -#define PHP_DATADIR "@PREFIX@" |
1824 | | - |
1825 | | -#define PHP_EXTENSION_DIR "@PREFIX@\\ext" |
1826 | | - |
1827 | 1810 | /* Define to 1 if the compiler supports AVX-512. */ |
1828 | 1811 | #cmakedefine PHP_HAVE_AVX512_SUPPORTS 1 |
1829 | 1812 |
|
|
1887 | 1870 | /* The iconv implementation. */ |
1888 | 1871 | #cmakedefine PHP_ICONV_IMPL "@PHP_ICONV_IMPL@" |
1889 | 1872 |
|
1890 | | -#define PHP_INCLUDE_PATH ".;@PREFIX@\\pear" |
1891 | | - |
1892 | 1873 | /* Define to 1 you have IRIX-style reentrant time functions. */ |
1893 | 1874 | #cmakedefine PHP_IRIX_TIME_R 1 |
1894 | 1875 |
|
1895 | | -#define PHP_LIBDIR "@PREFIX@" |
1896 | | - |
1897 | 1876 | /* Linker major version. */ |
1898 | 1877 | #cmakedefine PHP_LINKER_MAJOR @PHP_LINKER_MAJOR@ |
1899 | 1878 |
|
1900 | 1879 | /* Linker minor version. */ |
1901 | 1880 | #cmakedefine PHP_LINKER_MINOR @PHP_LINKER_MINOR@ |
1902 | 1881 |
|
1903 | | -#define PHP_LOCALSTATEDIR "@PREFIX@" |
1904 | | - |
1905 | 1882 | /* Define to 1 if mhash support is enabled. */ |
1906 | 1883 | #cmakedefine PHP_MHASH_BC 1 |
1907 | 1884 |
|
|
1914 | 1891 | /* The 'uname' output. */ |
1915 | 1892 | #define PHP_OS "@CMAKE_SYSTEM_NAME@" |
1916 | 1893 |
|
1917 | | -#define PHP_PREFIX "@PREFIX@" |
1918 | | - |
1919 | | -#define PHP_SBINDIR "@PREFIX@" |
1920 | | - |
1921 | 1894 | /* Define to 1 if 'pread' declaration with 'off64_t' is missing. */ |
1922 | 1895 | #cmakedefine PHP_PREAD_64 1 |
1923 | 1896 |
|
1924 | 1897 | /* Define to 1 if 'pwrite' declaration with 'off64_t' is missing. */ |
1925 | 1898 | #cmakedefine PHP_PWRITE_64 1 |
1926 | 1899 |
|
1927 | | -#define PHP_SHLIB_EXT_PREFIX "php_" |
1928 | | -#define PHP_SHLIB_SUFFIX "dll" |
1929 | | - |
1930 | 1900 | /* Define to 1 if PHP uses its own SIGCHLD handler, and to 0 if not. */ |
1931 | 1901 | #cmakedefine01 PHP_SIGCHILD |
1932 | 1902 |
|
1933 | | -#define PHP_SYSCONFDIR "@PREFIX@" |
1934 | | - |
1935 | 1903 | /* The 'uname -a' output. */ |
1936 | 1904 | #cmakedefine PHP_UNAME "@PHP_UNAME@" |
1937 | 1905 |
|
|
2035 | 2003 | /* Define to 1 if Zend signal handling is supported and enabled. */ |
2036 | 2004 | #cmakedefine ZEND_SIGNALS 1 |
2037 | 2005 |
|
2038 | | -/* */ |
| 2006 | +/* Define to 1 if libzip is built statically on Windows. Required for static |
| 2007 | + libzip since version 1.0 to 1.3.2. */ |
2039 | 2008 | #cmakedefine ZIP_STATIC 1 |
2040 | 2009 |
|
2041 | 2010 | /* Define to 1 if thread safety (ZTS) is enabled. */ |
|
2044 | 2013 | /* Define to 1 when using musl libc. */ |
2045 | 2014 | #cmakedefine __MUSL__ 1 |
2046 | 2015 |
|
| 2016 | +/* The following build system related configuration values are on *nix |
| 2017 | + systems defined in the main/build-defs.h and JScript Windows build system |
| 2018 | + defines them in the configuration header file. */ |
| 2019 | + |
| 2020 | +/* Configure line */ |
| 2021 | +#cmakedefine CONFIGURE_COMMAND "@CONFIGURE_COMMAND@" |
| 2022 | + |
| 2023 | +/* The PEAR installation directory. */ |
| 2024 | +#define PEAR_INSTALLDIR "@PREFIX@\\pear" |
| 2025 | + |
| 2026 | +/* The path to the bin directory. */ |
| 2027 | +#define PHP_BINDIR "@PREFIX@" |
| 2028 | + |
| 2029 | +/* The path in which to look for php.ini. */ |
| 2030 | +#define PHP_CONFIG_FILE_PATH "" |
| 2031 | + |
| 2032 | +/* The path where to scan for additional INI configuration files. */ |
| 2033 | +#define PHP_CONFIG_FILE_SCAN_DIR "@PHP_FULL_CONFIG_FILE_SCAN_DIR@" |
| 2034 | + |
| 2035 | +/* The path to the share directory. */ |
| 2036 | +#define PHP_DATADIR "@PREFIX@" |
| 2037 | + |
| 2038 | +/* Default directory for dynamically loadable PHP extensions. */ |
| 2039 | +#define PHP_EXTENSION_DIR "@PREFIX@\\ext" |
| 2040 | + |
| 2041 | +/* The 'include_path' PHP INI directive. */ |
| 2042 | +#define PHP_INCLUDE_PATH ".;@PREFIX@\\pear" |
| 2043 | + |
| 2044 | +/* The path containing system libraries (lib or lib64). */ |
| 2045 | +#define PHP_LIBDIR "@PREFIX@" |
| 2046 | + |
| 2047 | +/* The path to the var directory. */ |
| 2048 | +#define PHP_LOCALSTATEDIR "@PREFIX@" |
| 2049 | + |
| 2050 | +/* The installation prefix. */ |
| 2051 | +#define PHP_PREFIX "@PREFIX@" |
| 2052 | + |
| 2053 | +/* The prefix for the shared library objects. */ |
| 2054 | +#define PHP_SHLIB_EXT_PREFIX "php_" |
| 2055 | + |
| 2056 | +/* The shared library objects extension. */ |
| 2057 | +#define PHP_SHLIB_SUFFIX "dll" |
| 2058 | + |
| 2059 | +/* The path to the etc directory. */ |
| 2060 | +#define PHP_SYSCONFDIR "@PREFIX@" |
| 2061 | + |
2047 | 2062 | #if __has_include("main/config.pickle.h") |
2048 | 2063 | #include "main/config.pickle.h" |
2049 | 2064 | #endif |
0 commit comments