]> granicus.if.org Git - php/commitdiff
compiles again - and gets compiled
authorThies C. Arntzen <thies@php.net>
Thu, 7 Oct 1999 10:56:04 +0000 (10:56 +0000)
committerThies C. Arntzen <thies@php.net>
Thu, 7 Oct 1999 10:56:04 +0000 (10:56 +0000)
ext/db/db.c

index dbce69658aafb546bde4f1d9f8b68d8f57fc4fc8..4daa9544979a10d9641a2cb06d32c6a34e59e8a7 100644 (file)
 /* $Id$ */
 #define IS_EXT_MODULE
 #if COMPILE_DL
-#ifdef PHP_31
-# include "../phpdl.h"
-#else
-# ifdef THREAD_SAFE
-# undef THREAD_SAFE
-# endif
 # include "dl/phpdl.h"
 #endif
-#endif
 
-#if 0
+#if 1
 
 #include "php.h"
 #include "php_globals.h"
 #include "safe_mode.h"
 #include "fopen-wrappers.h"
+#include "ext/standard/flock_compat.h" 
 
 #include <stdlib.h>
 #include <string.h>