summaryrefslogtreecommitdiff
path: root/ext/standard/config.h.stub
blob: 602106296802df439ebb623f542f9a5894a2ae48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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) */
#undef HAVE_LIBDL

#undef HAVE_GETWD
#undef HAVE_GETCWD