8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-01 07:23:02 +01:00
firebird-mirror/src/include/gen/msg_facs.h
robocop aab2d20725 - Get rid of DBB_v3 in DSQL and put a message just in case we find ODS<=7 (impossible in theory, since FB wouldn't open such db).
- Put mnemonics for two hardcoded error msgs I hijacked from DYN years ago. Now they are defined for the SQLERR facility.
2005-09-10 07:15:24 +00:00

51 lines
1.2 KiB
C

/*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy
* of the License at http://www.Inprise.com/IPL.html
*
* Software distributed under the License is distributed on an
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
* or implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The content of this file was generated by the Firebird project
* using the program jrd/codes.epp
*/
/*
*
* *** WARNING *** - This file is automatically generated by codes.epp - do not edit!
*
*/
/*
* MODULE: msg_facs.h
* DESCRIPTION: ISC message facilities
*
*/
/******************************/
/* ISC message facilities */
/******************************/
struct _facilities {
int fac_code;
char *facility;
};
static const struct _facilities facilities[] = {
{0, "JRD "},
{3, "GFIX "},
{7, "DSQL "},
{8, "DYN "},
{12, "GBAK "},
{13, "SQLERR "},
{18, "GSEC "},
{19, "LICENSE "},
{21, "GSTAT "},
{0, NULL}
};