php-src/ext/standard/config.h.stub
Thies C. Arntzen 33ebd52387 (PHP getcwd()) added, needs to porting to Win32
@- added getcwd() function. (Thies)
# as we do have chdir() now we have getcwd() - i think we *should* restore the
# working directory in RSHUTDOWN!
1999-10-20 16:17:30 +00:00

18 lines
392 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
#undef HAVE_GETWD
#undef HAVE_GETCWD