xref: /PHP-8.1/main/build-defs.h.in (revision 01b3fc03)
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_OCI8_DIR			"@OCI8_DIR@"
23#define PHP_OCI8_ORACLE_VERSION		"@OCI8_ORACLE_VERSION@"
24#define PHP_PROG_SENDMAIL	"@PROG_SENDMAIL@"
25#define PEAR_INSTALLDIR         "@EXPANDED_PEAR_INSTALLDIR@"
26#define PHP_INCLUDE_PATH	"@INCLUDE_PATH@"
27#define PHP_EXTENSION_DIR       "@EXPANDED_EXTENSION_DIR@"
28#define PHP_PREFIX              "@prefix@"
29#define PHP_BINDIR              "@EXPANDED_BINDIR@"
30#define PHP_SBINDIR             "@EXPANDED_SBINDIR@"
31#define PHP_MANDIR              "@EXPANDED_MANDIR@"
32#define PHP_LIBDIR              "@EXPANDED_LIBDIR@"
33#define PHP_DATADIR             "@EXPANDED_DATADIR@"
34#define PHP_SYSCONFDIR          "@EXPANDED_SYSCONFDIR@"
35#define PHP_LOCALSTATEDIR       "@EXPANDED_LOCALSTATEDIR@"
36#define PHP_CONFIG_FILE_PATH    "@EXPANDED_PHP_CONFIG_FILE_PATH@"
37#define PHP_CONFIG_FILE_SCAN_DIR    "@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@"
38#define PHP_SHLIB_SUFFIX        "@SHLIB_DL_SUFFIX_NAME@"
39#define PHP_SHLIB_EXT_PREFIX    ""
40