File: acconfig.h

package info (click to toggle)
userinfo 1.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 280 kB
  • ctags: 149
  • sloc: sh: 2,177; ansic: 1,636; makefile: 55
file content (30 lines) | stat: -rw-r--r-- 727 bytes parent folder | download
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
28
29
30
/* These are the default order of major options (-PML) */
#define MOPT_ORDER_PASSWD "lpugckidsm"
#define MOPT_ORDER_MAIL "zwroa"
#define MOPT_ORDER_LOGIN "Cbqeyxtn"

/* The default deliminating character on output. */
#define DEFDELIM	':'

/* Default strftime(3) time format. */
#define DEF_TIMEFORMAT	"%a %b %d %R %Y"

/* Custom output strings. */
#define UNKNOWN		"!"
#define NONE		"-"
#define ON		"1"
#define OFF		"0"

/* SHOULDN'T NEED TO EDIT ANYTHING BELOW HERE */
/* Location of mail alias file. */
#undef ALIAS_FILE

/* Define if you have the /proc filesystem (detected). */
#undef HAVE_PROCFS

/* Define if you will use kvm (detected) */
#undef USE_KVM

/* Dmalloc memory debugging library */
#undef USE_DMALLOC
@TOP@