File: config.h

package info (click to toggle)
mserver 0.23a-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 84 kB
  • ctags: 64
  • sloc: ansic: 670; makefile: 55; sh: 29
file content (16 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
	compile-time configuration for mserver
*/

/* #define if we are building on a BSD system */

#undef BSD

/* location of the runtime config file */

#define CONFIG		"/etc/mserver.conf"

/* location of the spool dir for modem locks */

#define LOCK_DIR	"/var/lock"