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