Annotation of embedaddon/php/main/build-defs.h, revision 1.1.1.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: 
                     19: /* $Id$ */
                     20: 
                     21: #define CONFIGURE_COMMAND " './configure'  '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--enable-mysqlnd' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--enable-embed' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd10.0'"
                     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_CLEAN) -prefer-non-pic"
                     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           ""
                     40: #define PHP_INSTALL_IT         "$(mkinstalldirs) $(INSTALL_ROOT)$(prefix)/lib; $(INSTALL) -m 0755 libs/libphp5.so $(INSTALL_ROOT)$(prefix)/lib"
                     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         ""
                     79: #define PHP_INCLUDE_PATH       ".:/usr/local/share/pear"
                     80: #define PHP_EXTENSION_DIR       "/usr/local/lib/php/20100525"
                     81: #define PHP_PREFIX              "/usr/local"
                     82: #define PHP_BINDIR              "/usr/local/bin"
                     83: #define PHP_SBINDIR             "/usr/local/sbin"
                     84: #define PHP_MANDIR              "/usr/local/man"
                     85: #define PHP_LIBDIR              "/usr/local/lib/php"
                     86: #define PHP_DATADIR             "${prefix}/share"
                     87: #define PHP_SYSCONFDIR          "/usr/local/etc"
                     88: #define PHP_LOCALSTATEDIR       "/var"
                     89: #define PHP_CONFIG_FILE_PATH    "/usr/local/etc"
                     90: #define PHP_CONFIG_FILE_SCAN_DIR    "/usr/local/etc/php"
                     91: #define PHP_SHLIB_SUFFIX        "so"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>