Return to config.w32 CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard |
1.1 ! misho 1: // vim:ft=javascript ! 2: // $Id: config.w32 306344 2010-12-13 18:43:10Z pajoye $ ! 3: ! 4: ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", ""); ! 5: ! 6: AC_DEFINE("PHP_CONFIG_FILE_SCAN_DIR", PHP_CONFIG_FILE_SCAN_DIR); ! 7: AC_DEFINE("PHP_USE_PHP_CRYPT_R", 1); ! 8: ! 9: CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_STANDARD", "ext/date/lib"); ! 10: ! 11: EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \ ! 12: crc32.c crypt.c crypt_freesec.c crypt_blowfish.c crypt_sha256.c \ ! 13: crypt_sha512.c php_crypt_r.c \ ! 14: cyr_convert.c datetime.c dir.c dl.c dns.c dns_win32.c exec.c \ ! 15: file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \ ! 16: info.c iptc.c lcg.c link_win32.c mail.c math.c md5.c metaphone.c microtime.c \ ! 17: pack.c pageinfo.c quot_print.c rand.c soundex.c \ ! 18: string.c scanf.c syslog.c type.c uniqid.c url.c var.c \ ! 19: versioning.c assert.c strnatcmp.c levenshtein.c incomplete_class.c \ ! 20: url_scanner_ex.c ftp_fopen_wrapper.c http_fopen_wrapper.c \ ! 21: php_fopen_wrapper.c credits.c css.c var_unserializer.c ftok.c sha1.c \ ! 22: user_filters.c uuencode.c filters.c proc_open.c \ ! 23: streamsfuncs.c http.c flock_compat.c", false /* never shared */); ! 24: PHP_INSTALL_HEADERS("", "ext/standard"); ! 25: if (PHP_MBREGEX != "no") { ! 26: CHECK_HEADER_ADD_INCLUDE("oniguruma.h", "CFLAGS_STANDARD", PHP_MBREGEX + ";ext\\mbstring\\oniguruma") ! 27: } ! 28: PHP_INSTALL_HEADERS("", "ext/standard");