#include "wx/version.h"
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "db.h"
#endif
#include "sql.h"
#include "sqlext.h"
#include "odbcinst.h"
+#elif defined( __VMS )
+// For OpenVMS use the ones from the library
+extern "C" {
+ #include <isql.h>
+ #include <isqlext.h>
+}
#else
extern "C" {
#include "wx/isql.h"
dbmsVIRTUOSO,
dbmsDB2,
dbmsINTERBASE,
- dbmsPERVASIVE_SQL
+ dbmsPERVASIVE_SQL,
+ dbmsXBASE_SEQUITER
};