source: tags/arb_5.0/AISC_COM/C/aisc_global.h

Last change on this file was 5675, checked in by westram, 15 years ago
  • removed automatic timestamps (the best they were good for, were vc-conflicts)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : aisc_global.h                                     //
4//   Purpose   :                                                   //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in May 2007       //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11#ifndef AISC_GLOBAL_H
12#define AISC_GLOBAL_H
13
14#define AISC_ATTR_INT    0x1000000
15#define AISC_ATTR_DOUBLE 0x2000000
16#define AISC_ATTR_STRING 0x3000000
17#define AISC_ATTR_COMMON 0x4000000
18#define AISC_ATTR_BYTES  0x5000000
19
20#define AISC_INDEX       0x1ff0000
21#define AISC_NO_ANSWER  -0x7fffffff
22
23#define AISC_COMMON      0
24
25
26#else
27#error aisc_global.h included twice
28#endif // AISC_GLOBAL_H
29
Note: See TracBrowser for help on using the repository browser.