mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-01 10:43:03 +01:00
41 lines
1.3 KiB
C
41 lines
1.3 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 Original Code was created by Inprise Corporation
|
||
|
* and its predecessors. Portions created by Inprise Corporation are
|
||
|
* Copyright (C) Inprise Corporation.
|
||
|
*
|
||
|
* All Rights Reserved.
|
||
|
* Contributor(s): ______________________________________.
|
||
|
*/
|
||
|
#define ibsp_Server_Information_Properties 1000
|
||
|
#define ibsp_IB_Settings_Properties 2000
|
||
|
#define ibsp_OS_Settings_Properties 3000
|
||
|
#define ibs_image_path 4000
|
||
|
#define ibs_version 4005
|
||
|
#define ibs_num_dbs_attached 4010
|
||
|
#define ibs_num_dbs 4020
|
||
|
#define ibs_refresh 4030
|
||
|
#define ibs_db_cache 4050
|
||
|
#define ibs_client_map_size 4060
|
||
|
#define ibs_modify 4070
|
||
|
#define ibs_reset 4080
|
||
|
#define ibs_min_process_work_set 4090
|
||
|
#define ibs_process_priority 5000
|
||
|
#define ibs_server_icon 5010
|
||
|
#define ibs_capabilities 5020
|
||
|
#define ibs_prodname 5030
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|