diff options
| author | Stig Bakken <ssb@php.net> | 1999-05-03 11:11:23 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 1999-05-03 11:11:23 +0000 |
| commit | 9a66ffbaeec378acabd6f2f64b10dc0b9e2374a5 (patch) | |
| tree | df443a4ff508290695c3429e69d70c385d90dbaf /ext/db/db.c | |
| parent | 9a4031ad64feed4c56de601b83744a9822d4dcfa (diff) | |
| download | php-git-9a66ffbaeec378acabd6f2f64b10dc0b9e2374a5.tar.gz | |
* added --enable-thread-safety switch
* now generating internal_functions.c
Diffstat (limited to 'ext/db/db.c')
| -rw-r--r-- | ext/db/db.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ext/db/db.c b/ext/db/db.c index d5400c819e..70ba058b03 100644 --- a/ext/db/db.c +++ b/ext/db/db.c @@ -158,14 +158,10 @@ int flatfile_findkey(FILE *dbf, datum key); int flatfile_delete(FILE *dbf, datum key); datum flatfile_firstkey(FILE *dbf); datum flatfile_nextkey(FILE *dbf); -#ifdef PHP_31 -#include "php3_db.h" -#include "ext/standard/php3_string.h" -#else -#endif #endif -#include "db.h" + +#include "php3_db.h" #include "ext/standard/php3_string.h" #if THREAD_SAFE |
