2001-07-29 19:42:23 +02:00
|
|
|
|
|
|
|
#ifndef INCLUDE_gds
|
|
|
|
#define INCLUDE_gds
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Module: gds.h
|
|
|
|
*
|
|
|
|
* This file comes in two forms this one which is used in the
|
|
|
|
* build tree and does a #include of all components and the
|
|
|
|
* generated one used for external compilation which contains
|
|
|
|
* a concatination of all the following files.
|
|
|
|
*
|
|
|
|
* The content of this file was generated by the Firebird project
|
|
|
|
* and is a concatination of several header source files, that may
|
|
|
|
* also explain the unusual #ifdef structures within this file.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2003-01-03 13:49:59 +01:00
|
|
|
#include "../jrd/y_ref.h"
|
2001-07-29 19:42:23 +02:00
|
|
|
#include "../jrd/ibase.h"
|
|
|
|
#include "../jrd/gdsold.h"
|
|
|
|
|
2003-02-12 13:51:07 +01:00
|
|
|
#ifdef NOT_USED_OR_REPLACED
|
2001-07-29 19:42:23 +02:00
|
|
|
|
|
|
|
/* The public version of this file also contains the following header files
|
|
|
|
these are not included explicitly here as they are included in the two
|
|
|
|
above files. They have been placed here as a reminder of what is in
|
|
|
|
the public version of this file.
|
|
|
|
*/
|
|
|
|
#include "fb_types.h"
|
|
|
|
#include "../jrd/blr.h"
|
2002-07-02 14:20:50 +02:00
|
|
|
#include "../include/gen/iberror.h"
|
|
|
|
#include "../include/gen/codes.h"
|
2001-07-29 19:42:23 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* INCLUDE_gds */
|
|
|
|
|