1/* 2 +----------------------------------------------------------------------+ 3 | Copyright (c) The PHP Group | 4 +----------------------------------------------------------------------+ 5 | This source file is subject to version 3.01 of the PHP license, | 6 | that is bundled with this package in the file LICENSE, and is | 7 | available through the world-wide-web at the following url: | 8 | https://www.php.net/license/3_01.txt | 9 | If you did not receive a copy of the PHP license and are unable to | 10 | obtain it through the world-wide-web, please send a note to | 11 | license@php.net so we can mail you a copy immediately. | 12 +----------------------------------------------------------------------+ 13 | Author: Stig Sæther Bakken <ssb@php.net> | 14 +----------------------------------------------------------------------+ 15*/ 16 17#define CONFIGURE_COMMAND "@CONFIGURE_COMMAND@" 18#define PHP_ODBC_CFLAGS "@ODBC_CFLAGS@" 19#define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@" 20#define PHP_ODBC_LIBS "@ODBC_LIBS@" 21#define PHP_ODBC_TYPE "@ODBC_TYPE@" 22#define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@" 23#define PEAR_INSTALLDIR "@EXPANDED_PEAR_INSTALLDIR@" 24#define PHP_INCLUDE_PATH "@INCLUDE_PATH@" 25#define PHP_EXTENSION_DIR "@EXPANDED_EXTENSION_DIR@" 26#define PHP_PREFIX "@prefix@" 27#define PHP_BINDIR "@EXPANDED_BINDIR@" 28#define PHP_SBINDIR "@EXPANDED_SBINDIR@" 29#define PHP_MANDIR "@EXPANDED_MANDIR@" 30#define PHP_LIBDIR "@EXPANDED_LIBDIR@" 31#define PHP_DATADIR "@EXPANDED_DATADIR@" 32#define PHP_SYSCONFDIR "@EXPANDED_SYSCONFDIR@" 33#define PHP_LOCALSTATEDIR "@EXPANDED_LOCALSTATEDIR@" 34#define PHP_CONFIG_FILE_PATH "@EXPANDED_PHP_CONFIG_FILE_PATH@" 35#define PHP_CONFIG_FILE_SCAN_DIR "@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@" 36#define PHP_SHLIB_SUFFIX "@SHLIB_DL_SUFFIX_NAME@" 37#define PHP_SHLIB_EXT_PREFIX "" 38