File: confignode.h

package info (click to toggle)
roxen 1.2beta2-2
  • links: PTS
  • area: contrib
  • in suites: hamm
  • size: 16,948 kB
  • ctags: 8,589
  • sloc: ansic: 89,632; asm: 8,431; sh: 2,915; makefile: 1,787; cpp: 377
file content (18 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id: confignode.h,v 1.3 1998/03/02 18:29:39 grubba Exp $
#define NODE_ROOT          0
# define NODE_ERRORS        11 
# define NODE_WIZARDS        12
# define NODE_GLOBAL_VARIABLES 3
#! define NODE_MODULE_COPY_VARIABLE  9
# define NODE_CONFIGURATIONS 4
#  define NODE_CONFIGURATION  1
#   define NODE_CONFIG_GLOBAL_VARIABLES 2
#    define NODE_MODULE                5
#     define NODE_MODULE_COPY           6
#      define NODE_MODULE_COPY_STATUS    8
#      define NODE_MODULE_COPY_VARIABLES 7
#       define NODE_MODULE_COPY_BUILTIN_VARIABLES 11
#!       define NODE_MODULE_COPY_VARIABLE  9
#       define NODE_MODULE_COPY_VARIABLE  9
#    define NODE_MODULE_MASTER_COPY   10