Disable all code related to libXp
[oweals/cde.git] / cde / programs / dtinfo / DtMmdb / object / c_codes.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /*
24  * $XConsortium: c_codes.h /main/3 1996/06/11 17:23:29 cde-hal $
25  *
26  * Copyright (c) 1993 HAL Computer Systems International, Ltd.
27  * All rights reserved.  Unpublished -- rights reserved under
28  * the Copyright Laws of the United States.  USE OF A COPYRIGHT
29  * NOTICE IS PRECAUTIONARY ONLY AND DOES NOT IMPLY PUBLICATION
30  * OR DISCLOSURE.
31  * 
32  * THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE
33  * SECRETS OF HAL COMPUTER SYSTEMS INTERNATIONAL, LTD.  USE,
34  * DISCLOSURE, OR REPRODUCTION IS PROHIBITED WITHOUT THE
35  * PRIOR EXPRESS WRITTEN PERMISSION OF HAL COMPUTER SYSTEMS
36  * INTERNATIONAL, LTD.
37  * 
38  *                         RESTRICTED RIGHTS LEGEND
39  * Use, duplication, or disclosure by the Government is subject
40  * to the restrictions as set forth in subparagraph (c)(l)(ii)
41  * of the Rights in Technical Data and Computer Software clause
42  * at DFARS 252.227-7013.
43  *
44  *          HAL COMPUTER SYSTEMS INTERNATIONAL, LTD.
45  *                  1315 Dell Avenue
46  *                  Campbell, CA  95008
47  * 
48  */
49
50
51 #ifndef _class_h
52 #define _class_h 1
53
54 // class code for system classes
55
56 #define ROOT_CODE               2                       
57
58 #define PRIMITIVE_CODE          3
59 #define INTEGER_CODE            4
60 #define FLOAT_CODE              5
61 #define STRING_CODE             6
62 #define OID_CODE                7
63 #define LONG_STRING_CODE        8
64 #define OID_T_CODE              9
65 #define DL_LIST_CELL_CODE       10
66 #define COMPRESSED_STRING_CODE  11
67
68 #define COMPOSITE_CODE          101
69 #define TUPLE_CODE              102
70 #define SET_CODE                103
71 #define STATIC_SET_CODE         104
72 #define SHORT_LIST_CODE         105
73 #define OID_LIST_CODE           106
74 #define STATIC_RECORDS_CODE     107
75 #define DL_LIST_CODE            108
76
77 #define HASH_CODE               201
78 #define STATIC_HASH_CODE        202
79 #define DYN_HASH_CODE           203
80 #define FAST_MPHF_CODE          204
81 #define GRAPH_OPMPHF_CODE       206
82 #define INV_LISTS_CODE          207
83 #define INDEX_CODE              208
84 #define MPHF_INDEX_CODE         209
85 #define IDMAP_MPHF_INDEX_CODE   210
86 #define DYN_INDEX_CODE          211
87 #define DYN_MEMORY_INDEX_CODE   212
88 #define DYN_DISK_INDEX_CODE     213
89
90 #define DYN_MEMORY_HASH_CODE    214
91 #define DYN_DISK_HASH_CODE      215
92
93 #define BTREE_CODE              216
94 #define BTREE_INDEX_CODE        217
95
96 #define ABS_STORAGE_CODE        301
97 #define UNIX_STORAGE_CODE       302
98 #define PAGE_STORAGE_CODE       303
99 #define MEM_STORAGE_CODE        304
100
101 #define NODE_CODE               401
102 #define ARC_CODE                402
103 #define LABELNODE_CODE          403
104 #define NODE_NODES_CODE         404
105
106 #define HUFFMAN_AGENT_CODE      501
107 #define GZIP_AGENT_CODE         502
108 #define DICT_AGENT_CODE         503
109
110 #endif