php-src/ext/dba/php_db3.h
Sascha Schumann 16017f6d78 Change header protection macros to conform to standard.
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

  All identifiers that begin with an underscore and either an uppercase
  letter or another underscore are always reserved for any use by the
  implementation.
2000-07-02 23:46:51 +00:00

13 lines
104 B
C

#ifndef PHP_DB3_H
#define PHP_DB3_H
#if DBA_DB3
#include "php_dba.h"
DBA_FUNCS(db3);
#endif
#endif