/* * @(#)$Id: Informix.h,v 100.3 2002/12/09 22:54:49 jleffler Exp $ * * Copyright 1994-95 Tim Bunce * Copyright 1995-96 Alligator Descartes * Copyright 1996-97,1999 Jonathan Leffler * Copyright 2002 IBM * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the Perl README file. */ /*TABSTOP=4*/ #ifndef INFORMIX_H #define INFORMIX_H #define NEED_DBIXS_VERSION 93 #include /* Installed by the DBI module */ #include "dbdimp.h" /* Informix implementation details */ #include /* Installed by the DBI module */ #endif /* INFORMIX_H */