1 /* src/interfaces/ecpg/include/datetime.h */
2 
3 #ifndef _ECPG_DATETIME_H
4 #define _ECPG_DATETIME_H
5 
6 #include <ecpg_informix.h>
7 
8 /* source created by ecpg which defines these symbols */
9 #ifndef _ECPGLIB_H
10 typedef timestamp dtime_t;
11 typedef interval intrvl_t;
12 #endif							/* ndef _ECPGLIB_H */
13 
14 #endif							/* ndef _ECPG_DATETIME_H */
15