mirror of
https://github.com/php/php-src.git
synced 2024-11-30 21:35:36 +08:00
9ffeb12c4c
# Most probably db4 requires a slightly different detection since functions # are macros which most probably doesn't work with current configure check.
13 lines
104 B
C
Executable File
13 lines
104 B
C
Executable File
#ifndef PHP_DB1_H
|
|
#define PHP_DB1_H
|
|
|
|
#if DBA_DB1
|
|
|
|
#include "php_dba.h"
|
|
|
|
DBA_FUNCS(db1);
|
|
|
|
#endif
|
|
|
|
#endif
|