diff options
author | Zeev Suraski <zeev@php.net> | 1999-06-17 03:45:20 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-06-17 03:45:20 +0000 |
commit | a22d6b980eaebb58a05368f4d49313324e19444d (patch) | |
tree | c6485a2a85fddeffbc0f9d8c999232ed4e63399a /main/config.w32.h | |
parent | 27f1799b6809f5c05595a4f2d34bf98c2461aaa6 (diff) | |
download | php-git-a22d6b980eaebb58a05368f4d49313324e19444d.tar.gz |
Win32 patches (does not compile still)
Diffstat (limited to 'main/config.w32.h')
-rw-r--r-- | main/config.w32.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/main/config.w32.h b/main/config.w32.h index 97003d6576..ba09bd7ee0 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -198,6 +198,8 @@ /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 +#define HAVE_LOCALE_H + /* Define if you have the setvbuf function. */ #ifndef HAVE_BINDLIB #define HAVE_SETVBUF 1 @@ -252,22 +254,22 @@ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 +#undef HAVE_SYS_FILE_H /* Define if you have the <sys/ndir.h> header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the <sys/socket.h> header file. */ -#define HAVE_SYS_SOCKET_H 0 +#undef HAVE_SYS_SOCKET_H /* Define if you have the <sys/wait.h> header file. */ -#define HAVE_SYS_WAIT_H 0 +#undef HAVE_SYS_WAIT_H /* Define if you have the <syslog.h> header file. */ #define HAVE_SYSLOG_H 1 /* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 0 +#undef HAVE_UNISTD_H /* Define if you have the crypt library (-lcrypt). */ /* #undef HAVE_LIBCRYPT 0 */ |