#ifndef _ECPG_DATETIME_H #define _ECPG_DATETIME_H #include typedef timestamp dtime_t; typedef interval intrvl_t; #endif /* ndef _ECPG_DATETIME_H */