1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Move Informix compatibility include files out of the way. compatlib.h

was integrated into ecpg_informix.h, the other ones go into their own
subdirectory that is automatically considered by the embedded preprocessor
when in Informix mode.
This commit is contained in:
Peter Eisentraut
2003-12-18 18:55:09 +00:00
parent b4ed1edb57
commit ad8c09c29c
7 changed files with 93 additions and 97 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H
#include <compatlib.h>
#include <ecpg_informix.h>
typedef timestamp dtime_t;
typedef interval intrvl_t;