40 lines
2.1 KiB
C
40 lines
2.1 KiB
C
|
/*
|
||
|
+----------------------------------------------------------------------+
|
||
|
| Copyright (c) The PHP Group |
|
||
|
+----------------------------------------------------------------------+
|
||
|
| This source file is subject to version 3.01 of the PHP license, |
|
||
|
| that is bundled with this package in the file LICENSE, and is |
|
||
|
| available through the world-wide-web at the following url: |
|
||
|
| https://www.php.net/license/3_01.txt |
|
||
|
| If you did not receive a copy of the PHP license and are unable to |
|
||
|
| obtain it through the world-wide-web, please send a note to |
|
||
|
| license@php.net so we can mail you a copy immediately. |
|
||
|
+----------------------------------------------------------------------+
|
||
|
| Author: Stig Sæther Bakken <ssb@php.net> |
|
||
|
+----------------------------------------------------------------------+
|
||
|
*/
|
||
|
|
||
|
#define CONFIGURE_COMMAND " './configure' '--prefix=/home/wreng/php-8.3.3-linux/'"
|
||
|
#define PHP_ODBC_CFLAGS ""
|
||
|
#define PHP_ODBC_LFLAGS ""
|
||
|
#define PHP_ODBC_LIBS ""
|
||
|
#define PHP_ODBC_TYPE ""
|
||
|
#define PHP_OCI8_DIR ""
|
||
|
#define PHP_OCI8_ORACLE_VERSION ""
|
||
|
#define PHP_PROG_SENDMAIL "/usr/sbin/sendmail"
|
||
|
#define PEAR_INSTALLDIR ""
|
||
|
#define PHP_INCLUDE_PATH ".:"
|
||
|
#define PHP_EXTENSION_DIR "/home/wreng/php-8.3.3-linux/lib/php/extensions/no-debug-non-zts-20230831"
|
||
|
#define PHP_PREFIX "/home/wreng/php-8.3.3-linux"
|
||
|
#define PHP_BINDIR "/home/wreng/php-8.3.3-linux/bin"
|
||
|
#define PHP_SBINDIR "/home/wreng/php-8.3.3-linux/sbin"
|
||
|
#define PHP_MANDIR "/home/wreng/php-8.3.3-linux/php/man"
|
||
|
#define PHP_LIBDIR "/home/wreng/php-8.3.3-linux/lib/php"
|
||
|
#define PHP_DATADIR "/home/wreng/php-8.3.3-linux/share/php"
|
||
|
#define PHP_SYSCONFDIR "/home/wreng/php-8.3.3-linux/etc"
|
||
|
#define PHP_LOCALSTATEDIR "/home/wreng/php-8.3.3-linux/var"
|
||
|
#define PHP_CONFIG_FILE_PATH "/home/wreng/php-8.3.3-linux/lib"
|
||
|
#define PHP_CONFIG_FILE_SCAN_DIR ""
|
||
|
#define PHP_SHLIB_SUFFIX "so"
|
||
|
#define PHP_SHLIB_EXT_PREFIX ""
|