build-defs.h.in 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. #define CONFIGURE_COMMAND "@CONFIGURE_COMMAND@"
  17. #define PHP_ODBC_CFLAGS "@ODBC_CFLAGS@"
  18. #define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@"
  19. #define PHP_ODBC_LIBS "@ODBC_LIBS@"
  20. #define PHP_ODBC_TYPE "@ODBC_TYPE@"
  21. #define PHP_OCI8_DIR "@OCI8_DIR@"
  22. #define PHP_OCI8_ORACLE_VERSION "@OCI8_ORACLE_VERSION@"
  23. #define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@"
  24. #define PEAR_INSTALLDIR "@EXPANDED_PEAR_INSTALLDIR@"
  25. #define PHP_INCLUDE_PATH "@INCLUDE_PATH@"
  26. #define PHP_EXTENSION_DIR "@EXPANDED_EXTENSION_DIR@"
  27. #define PHP_PREFIX "@prefix@"
  28. #define PHP_BINDIR "@EXPANDED_BINDIR@"
  29. #define PHP_SBINDIR "@EXPANDED_SBINDIR@"
  30. #define PHP_MANDIR "@EXPANDED_MANDIR@"
  31. #define PHP_LIBDIR "@EXPANDED_LIBDIR@"
  32. #define PHP_DATADIR "@EXPANDED_DATADIR@"
  33. #define PHP_SYSCONFDIR "@EXPANDED_SYSCONFDIR@"
  34. #define PHP_LOCALSTATEDIR "@EXPANDED_LOCALSTATEDIR@"
  35. #define PHP_CONFIG_FILE_PATH "@EXPANDED_PHP_CONFIG_FILE_PATH@"
  36. #define PHP_CONFIG_FILE_SCAN_DIR "@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@"
  37. #define PHP_SHLIB_SUFFIX "@SHLIB_DL_SUFFIX_NAME@"
  38. #define PHP_SHLIB_EXT_PREFIX ""