mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
39 lines
961 B
C
39 lines
961 B
C
|
|
||
|
#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.
|
||
|
*
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
|
||
|
#include "../jrd/ibase.h"
|
||
|
#include "../jrd/gdsold.h"
|
||
|
|
||
|
#if 0
|
||
|
|
||
|
/* 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"
|
||
|
#include "gen/iberror.h"
|
||
|
#include "gen/codes.h"
|
||
|
#endif
|
||
|
|
||
|
#endif /* INCLUDE_gds */
|
||
|
|