File:
[ELWIX - Embedded LightWeight unIX -] /
embedaddon /
php /
main /
build-defs.h.in
Revision
1.1.1.2 (vendor branch):
download - view:
text,
annotated -
select for diffs -
revision graph
Tue May 29 12:34:35 2012 UTC (12 years, 7 months ago) by
misho
Branches:
php,
MAIN
CVS tags:
v5_4_3elwix,
v5_4_29p0,
v5_4_29,
v5_4_20p0,
v5_4_20,
v5_4_17p0,
v5_4_17,
HEAD
php 5.4.3+patches
1: /* -*- C -*-
2: +----------------------------------------------------------------------+
3: | PHP Version 5 |
4: +----------------------------------------------------------------------+
5: | Copyright (c) 1997-2007 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: /* $Id: build-defs.h.in,v 1.1.1.2 2012/05/29 12:34:35 misho Exp $ */
20:
21: #define CONFIGURE_COMMAND "@CONFIGURE_COMMAND@"
22: #define PHP_ADA_INCLUDE ""
23: #define PHP_ADA_LFLAGS ""
24: #define PHP_ADA_LIBS ""
25: #define PHP_APACHE_INCLUDE ""
26: #define PHP_APACHE_TARGET ""
27: #define PHP_FHTTPD_INCLUDE ""
28: #define PHP_FHTTPD_LIB ""
29: #define PHP_FHTTPD_TARGET ""
30: #define PHP_CFLAGS "@CFLAGS@"
31: #define PHP_DBASE_LIB ""
32: #define PHP_BUILD_DEBUG "@DEBUG_CFLAGS@"
33: #define PHP_GDBM_INCLUDE ""
34: #define PHP_IBASE_INCLUDE ""
35: #define PHP_IBASE_LFLAGS ""
36: #define PHP_IBASE_LIBS ""
37: #define PHP_IFX_INCLUDE ""
38: #define PHP_IFX_LFLAGS ""
39: #define PHP_IFX_LIBS ""
40: #define PHP_INSTALL_IT "@INSTALL_IT@"
41: #define PHP_IODBC_INCLUDE ""
42: #define PHP_IODBC_LFLAGS ""
43: #define PHP_IODBC_LIBS ""
44: #define PHP_MSQL_INCLUDE ""
45: #define PHP_MSQL_LFLAGS ""
46: #define PHP_MSQL_LIBS ""
47: #define PHP_MYSQL_INCLUDE "@MYSQL_INCLUDE@"
48: #define PHP_MYSQL_LIBS "@MYSQL_LIBS@"
49: #define PHP_MYSQL_TYPE "@MYSQL_MODULE_TYPE@"
50: #define PHP_ODBC_INCLUDE "@ODBC_INCLUDE@"
51: #define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@"
52: #define PHP_ODBC_LIBS "@ODBC_LIBS@"
53: #define PHP_ODBC_TYPE "@ODBC_TYPE@"
54: #define PHP_OCI8_SHARED_LIBADD "@OCI8_SHARED_LIBADD@"
55: #define PHP_OCI8_DIR "@OCI8_DIR@"
56: #define PHP_OCI8_ORACLE_VERSION "@OCI8_ORACLE_VERSION@"
57: #define PHP_ORACLE_SHARED_LIBADD "@ORACLE_SHARED_LIBADD@"
58: #define PHP_ORACLE_DIR "@ORACLE_DIR@"
59: #define PHP_ORACLE_VERSION "@ORACLE_VERSION@"
60: #define PHP_PGSQL_INCLUDE ""
61: #define PHP_PGSQL_LFLAGS ""
62: #define PHP_PGSQL_LIBS ""
63: #define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@"
64: #define PHP_SOLID_INCLUDE ""
65: #define PHP_SOLID_LIBS ""
66: #define PHP_EMPRESS_INCLUDE ""
67: #define PHP_EMPRESS_LIBS ""
68: #define PHP_SYBASE_INCLUDE ""
69: #define PHP_SYBASE_LFLAGS ""
70: #define PHP_SYBASE_LIBS ""
71: #define PHP_DBM_TYPE ""
72: #define PHP_DBM_LIB ""
73: #define PHP_LDAP_LFLAGS ""
74: #define PHP_LDAP_INCLUDE ""
75: #define PHP_LDAP_LIBS ""
76: #define PHP_BIRDSTEP_INCLUDE ""
77: #define PHP_BIRDSTEP_LIBS ""
78: #define PEAR_INSTALLDIR "@EXPANDED_PEAR_INSTALLDIR@"
79: #define PHP_INCLUDE_PATH "@INCLUDE_PATH@"
80: #define PHP_EXTENSION_DIR "@EXPANDED_EXTENSION_DIR@"
81: #define PHP_PREFIX "@prefix@"
82: #define PHP_BINDIR "@EXPANDED_BINDIR@"
83: #define PHP_SBINDIR "@EXPANDED_SBINDIR@"
84: #define PHP_MANDIR "@EXPANDED_MANDIR@"
85: #define PHP_LIBDIR "@EXPANDED_LIBDIR@"
86: #define PHP_DATADIR "@EXPANDED_DATADIR@"
87: #define PHP_SYSCONFDIR "@EXPANDED_SYSCONFDIR@"
88: #define PHP_LOCALSTATEDIR "@EXPANDED_LOCALSTATEDIR@"
89: #define PHP_CONFIG_FILE_PATH "@EXPANDED_PHP_CONFIG_FILE_PATH@"
90: #define PHP_CONFIG_FILE_SCAN_DIR "@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@"
91: #define PHP_SHLIB_SUFFIX "@SHLIB_DL_SUFFIX_NAME@"
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>