build-defs.h.in 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. /* -*- C -*-
  2. +----------------------------------------------------------------------+
  3. | PHP Version 7 |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 1997-2018 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. #define CONFIGURE_COMMAND "@CONFIGURE_COMMAND@"
  19. #define PHP_ADA_INCLUDE ""
  20. #define PHP_ADA_LFLAGS ""
  21. #define PHP_ADA_LIBS ""
  22. #define PHP_APACHE_INCLUDE ""
  23. #define PHP_APACHE_TARGET ""
  24. #define PHP_FHTTPD_INCLUDE ""
  25. #define PHP_FHTTPD_LIB ""
  26. #define PHP_FHTTPD_TARGET ""
  27. #define PHP_CFLAGS "@CFLAGS@"
  28. #define PHP_DBASE_LIB ""
  29. #define PHP_BUILD_DEBUG "@DEBUG_CFLAGS@"
  30. #define PHP_GDBM_INCLUDE ""
  31. #define PHP_IBASE_INCLUDE ""
  32. #define PHP_IBASE_LFLAGS ""
  33. #define PHP_IBASE_LIBS ""
  34. #define PHP_IFX_INCLUDE ""
  35. #define PHP_IFX_LFLAGS ""
  36. #define PHP_IFX_LIBS ""
  37. #define PHP_INSTALL_IT "@INSTALL_IT@"
  38. #define PHP_IODBC_INCLUDE ""
  39. #define PHP_IODBC_LFLAGS ""
  40. #define PHP_IODBC_LIBS ""
  41. #define PHP_MSQL_INCLUDE ""
  42. #define PHP_MSQL_LFLAGS ""
  43. #define PHP_MSQL_LIBS ""
  44. #define PHP_MYSQL_INCLUDE "@MYSQL_INCLUDE@"
  45. #define PHP_MYSQL_LIBS "@MYSQL_LIBS@"
  46. #define PHP_MYSQL_TYPE "@MYSQL_MODULE_TYPE@"
  47. #define PHP_ODBC_INCLUDE "@ODBC_INCLUDE@"
  48. #define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@"
  49. #define PHP_ODBC_LIBS "@ODBC_LIBS@"
  50. #define PHP_ODBC_TYPE "@ODBC_TYPE@"
  51. #define PHP_OCI8_SHARED_LIBADD "@OCI8_SHARED_LIBADD@"
  52. #define PHP_OCI8_DIR "@OCI8_DIR@"
  53. #define PHP_OCI8_ORACLE_VERSION "@OCI8_ORACLE_VERSION@"
  54. #define PHP_ORACLE_SHARED_LIBADD "@ORACLE_SHARED_LIBADD@"
  55. #define PHP_ORACLE_DIR "@ORACLE_DIR@"
  56. #define PHP_ORACLE_VERSION "@ORACLE_VERSION@"
  57. #define PHP_PGSQL_INCLUDE ""
  58. #define PHP_PGSQL_LFLAGS ""
  59. #define PHP_PGSQL_LIBS ""
  60. #define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@"
  61. #define PHP_SOLID_INCLUDE ""
  62. #define PHP_SOLID_LIBS ""
  63. #define PHP_EMPRESS_INCLUDE ""
  64. #define PHP_EMPRESS_LIBS ""
  65. #define PHP_SYBASE_INCLUDE ""
  66. #define PHP_SYBASE_LFLAGS ""
  67. #define PHP_SYBASE_LIBS ""
  68. #define PHP_DBM_TYPE ""
  69. #define PHP_DBM_LIB ""
  70. #define PHP_LDAP_LFLAGS ""
  71. #define PHP_LDAP_INCLUDE ""
  72. #define PHP_LDAP_LIBS ""
  73. #define PEAR_INSTALLDIR "@EXPANDED_PEAR_INSTALLDIR@"
  74. #define PHP_INCLUDE_PATH "@INCLUDE_PATH@"
  75. #define PHP_EXTENSION_DIR "@EXPANDED_EXTENSION_DIR@"
  76. #define PHP_PREFIX "@prefix@"
  77. #define PHP_BINDIR "@EXPANDED_BINDIR@"
  78. #define PHP_SBINDIR "@EXPANDED_SBINDIR@"
  79. #define PHP_MANDIR "@EXPANDED_MANDIR@"
  80. #define PHP_LIBDIR "@EXPANDED_LIBDIR@"
  81. #define PHP_DATADIR "@EXPANDED_DATADIR@"
  82. #define PHP_SYSCONFDIR "@EXPANDED_SYSCONFDIR@"
  83. #define PHP_LOCALSTATEDIR "@EXPANDED_LOCALSTATEDIR@"
  84. #define PHP_CONFIG_FILE_PATH "@EXPANDED_PHP_CONFIG_FILE_PATH@"
  85. #define PHP_CONFIG_FILE_SCAN_DIR "@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@"
  86. #define PHP_SHLIB_SUFFIX "@SHLIB_DL_SUFFIX_NAME@"
  87. #define PHP_SHLIB_EXT_PREFIX ""