00001 #ifndef ECPG_SQLDA_H 00002 #define ECPG_SQLDA_H 00003 00004 #ifdef _ECPG_INFORMIX_H 00005 00006 #include "sqlda-compat.h" 00007 typedef struct sqlvar_compat sqlvar_t; 00008 typedef struct sqlda_compat sqlda_t; 00009 00010 #else 00011 00012 #include "sqlda-native.h" 00013 typedef struct sqlvar_struct sqlvar_t; 00014 typedef struct sqlda_struct sqlda_t; 00015 00016 #endif 00017 00018 #endif /* ECPG_SQLDA_H */