From edd5bf9267032228d4a02587844541f153428de3 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Sat, 23 Mar 2002 14:51:30 +0000 Subject: [PATCH] MFH (crypt on win32) --- main/config.w32.h | 6 +++++- win32/php4dllts.dsp | 12 ++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/main/config.w32.h b/main/config.w32.h index 9b2d9279d0..49411a9e72 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -30,7 +30,11 @@ #define HAVE_WDDX 1 /* set to enable the crypt command */ -#define HAVE_CRYPT 0 +#define HAVE_CRYPT 1 +#define PHP_STD_DES_CRYPT 1 +#define PHP_EXT_DES_CRYPT 0 +#define PHP_MD5_CRYPT 0 +#define PHP_BLOWFISH_CRYPT 0 /* #define HAVE_CRYPT_H 1 */ /* set to enable force cgi redirect */ diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 6784fcb50a..d0567fd554 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -242,11 +242,11 @@ SOURCE=..\main\strlcpy.c # PROP Default_Filter "" # Begin Source File -SOURCE=..\main\config.w32.h +SOURCE=..\ext\standard\aggregation.h # End Source File # Begin Source File -SOURCE=..\ext\standard\aggregation.h +SOURCE=..\main\config.w32.h # End Source File # Begin Source File @@ -1799,6 +1799,10 @@ SOURCE=..\ext\standard\url_scanner_ex.h # PROP Default_Filter "" # Begin Source File +SOURCE=.\crypt_win32.c +# End Source File +# Begin Source File + SOURCE=..\win32\pwd.c # End Source File # Begin Source File @@ -1839,6 +1843,10 @@ SOURCE=..\win32\wsyslog.c # PROP Default_Filter "" # Begin Source File +SOURCE=.\crypt_win32.h +# End Source File +# Begin Source File + SOURCE=..\win32\grp.h # End Source File # Begin Source File -- 2.50.1