mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
# 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
|