00001 /* src/interfaces/ecpg/include/datetime.h */ 00002 00003 #ifndef _ECPG_DATETIME_H 00004 #define _ECPG_DATETIME_H 00005 00006 #include <ecpg_informix.h> 00007 00008 #ifndef _ECPGLIB_H /* source created by ecpg which defines these 00009 * symbols */ 00010 typedef timestamp dtime_t; 00011 typedef interval intrvl_t; 00012 #endif /* ndef _ECPGLIB_H */ 00013 00014 #endif /* ndef _ECPG_DATETIME_H */