File: config.h.in

package info (click to toggle)
node 0.3.0a-2woody1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 456 kB
  • ctags: 430
  • sloc: ansic: 3,381; sh: 162; makefile: 101
file content (27 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef	CONFIG_H
#define	CONFIG_H

/*
 * Some global #defines for programmers to use for conditional compilation
 */
@HAVEAX25@ HAVE_AX25		1
@HAVEROSE@ HAVE_ROSE		1
@HAVENETROM@ HAVE_NETROM	1
@HAVEZLIB@ HAVE_ZLIB_H		1

/*
 * mheard specific (we need to get this out of here!!!!)
 */
#define	DATA_MHEARD_FILE	"@VAR_DIR@/mheard/mheard.dat"

/*
 * node specific
 */
#define	CONF_NODE_FILE		"@ETC_DIR@/node.conf"
#define	CONF_NODE_PERMS_FILE	"@ETC_DIR@/node.perms"
#define	CONF_NODE_MOTD_FILE	"@ETC_DIR@/node.motd"
#define	CONF_NODE_INFO_FILE	"@ETC_DIR@/node.info"
#define	DATA_NODE_LOGIN_FILE	"@VAR_DIR@/node/loggedin"
#define	DATA_NODE_HELP_DIR	"@LIB_DIR@/ax25/node/help/"

#endif