source: tags/arb-6.0/TEMPLATES/arb_global_defs.h

Last change on this file was 12267, checked in by westram, 10 years ago
File size: 983 bytes
Line 
1// ============================================================= //
2//                                                               //
3//   File      : arb_global_defs.h                               //
4//   Purpose   : ARB wide constants                              //
5//                                                               //
6//   Coded by Ralf Westram (coder@reallysoft.de) in April 2012   //
7//   Institute of Microbiology (Technical University Munich)     //
8//   http://www.arb-home.de/                                     //
9//                                                               //
10// ============================================================= //
11
12#ifndef ARB_GLOBAL_DEFS_H
13#define ARB_GLOBAL_DEFS_H
14
15#define NO_TREE_SELECTED   "tree_?????"
16#define NO_ALI_SELECTED    "????"
17#define NO_CONFIG_SELECTED ""
18#define NO_FIELD_SELECTED  "----"
19
20#define DISPLAY_NONE "<< none >>"
21
22
23#else
24#error arb_global_defs.h included twice
25#endif // ARB_GLOBAL_DEFS_H
Note: See TracBrowser for help on using the repository browser.