mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
2c0ad3ee25
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
/* Define if you have the crypt() function */
|
|
#define HAVE_CRYPT 1
|
|
|
|
/* Define if you have and want to use libcrypt */
|
|
#define HAVE_LIBCRYPT 0
|
|
|
|
/* crypt capability checks */
|
|
#undef PHP3_STD_DES_CRYPT
|
|
#undef PHP3_EXT_DES_CRYPT
|
|
#undef PHP3_MD5_CRYPT
|
|
#undef PHP3_BLOWFISH_CRYPT
|
|
|
|
/* Define if you have libdl (used for dynamic linking) */
|
|
#define HAVE_LIBDL 0
|