diff options
author | Sascha Schumann <sas@php.net> | 1999-04-24 20:43:58 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-04-24 20:43:58 +0000 |
commit | bec518a62da5a8c809097093f766b3b59d4579d1 (patch) | |
tree | 97b7989f17e929b1a5fcbe329242ca979526e327 /acconfig.h.in | |
parent | 8036c5fbf199dbeee188b007acb44d54fcd5cb4a (diff) | |
download | php-git-bec518a62da5a8c809097093f766b3b59d4579d1.tar.gz |
port from PHP3
Diffstat (limited to 'acconfig.h.in')
-rw-r--r-- | acconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h.in b/acconfig.h.in index a06baf28d2..101a7e5c6e 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -4,6 +4,9 @@ #undef PACKAGE #undef VERSION +#undef HAVE_STRUCT_FLOCK +#undef HAVE_TM_GMTOFF + #define CONFIGURATION_FILE_PATH "php3.ini" #define USE_CONFIG_FILE 1 |