File: config.h

package info (click to toggle)
postit 0.5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 160 kB
  • ctags: 218
  • sloc: ansic: 753; sh: 243; makefile: 61
file content (14 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __CONFIG_H
#define __CONFIG_H

/* Where do you keep your news articles? */
#define SPOOLPATH "/var/spool/news"

/* What is the spoolout directory called? */
#define OUTGOING "out.going"

/* Give two extensions to be used with work files */
#define WORK ".work"
#define FAIL ".fail"

#endif