Annotation of embedaddon/php/main/build-defs.h, revision 1.1.1.1.2.1
1.1 misho 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:
1.1.1.1.2.1! misho 19: /* $Id: build-defs.h.in,v 1.1.1.2 2012/05/29 12:34:35 misho Exp $ */
1.1 misho 20:
1.1.1.1.2.1! misho 21: #define CONFIGURE_COMMAND " './configure' '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/etc/php' '--disable-all' '--enable-libxml' '--enable-xml' '--with-libxml-dir=/home/misho/work/elwix/build/1.7/arch/i386/pkg' '--with-openssl' '--enable-zip' '--enable-sqlite-utf8' '--prefix'"
1.1 misho 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 ""
1.1.1.1.2.1! misho 30: #define PHP_CFLAGS "$(CFLAGS_CLEAN) -prefer-non-pic -static"
1.1 misho 31: #define PHP_DBASE_LIB ""
32: #define PHP_BUILD_DEBUG ""
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 ""
1.1.1.1.2.1! misho 40: #define PHP_INSTALL_IT ""
1.1 misho 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 ""
48: #define PHP_MYSQL_LIBS ""
49: #define PHP_MYSQL_TYPE ""
50: #define PHP_ODBC_INCLUDE ""
51: #define PHP_ODBC_LFLAGS ""
52: #define PHP_ODBC_LIBS ""
53: #define PHP_ODBC_TYPE ""
54: #define PHP_OCI8_SHARED_LIBADD ""
55: #define PHP_OCI8_DIR ""
56: #define PHP_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 "/usr/sbin/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 ""
1.1.1.1.2.1! misho 79: #define PHP_INCLUDE_PATH ".:/home/misho/work/elwix/build/1.7/arch/i386/pkg/share/pear"
! 80: #define PHP_EXTENSION_DIR "/home/misho/work/elwix/build/1.7/arch/i386/pkg/lib/php/20100525"
! 81: #define PHP_PREFIX "/home/misho/work/elwix/build/1.7/arch/i386/pkg"
! 82: #define PHP_BINDIR "/home/misho/work/elwix/build/1.7/arch/i386/pkg/bin"
! 83: #define PHP_SBINDIR "/home/misho/work/elwix/build/1.7/arch/i386/pkg/sbin"
! 84: #define PHP_MANDIR "/home/misho/work/elwix/build/1.7/arch/i386/pkg/share/man"
! 85: #define PHP_LIBDIR "/home/misho/work/elwix/build/1.7/arch/i386/pkg/lib/php"
1.1 misho 86: #define PHP_DATADIR "${prefix}/share"
1.1.1.1.2.1! misho 87: #define PHP_SYSCONFDIR "/home/misho/work/elwix/build/1.7/arch/i386/pkg/etc"
1.1 misho 88: #define PHP_LOCALSTATEDIR "/var"
1.1.1.1.2.1! misho 89: #define PHP_CONFIG_FILE_PATH "/home/misho/work/elwix/build/1.7/arch/i386/pkg/etc"
! 90: #define PHP_CONFIG_FILE_SCAN_DIR "/etc/php"
1.1 misho 91: #define PHP_SHLIB_SUFFIX "so"
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>