File: config.h.in

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 (82 lines) | stat: -rw-r--r-- 2,106 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
/* 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

/* Define to empty if the keyword does not work.  */
#undef const

/* Define to the type of elements in the array set by `getgroups'.
   Usually this is either `int' or `gid_t'.  */
#undef GETGROUPS_T

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef gid_t

/* Define if you have the strftime function.  */
#undef HAVE_STRFTIME

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef mode_t

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if your <sys/time.h> declares struct tm.  */
#undef TM_IN_SYS_TIME

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef uid_t

/* Define if you have the getspnam function.  */
#undef HAVE_GETSPNAM

/* Define if you have the setgroupent function.  */
#undef HAVE_SETGROUPENT

/* Define if you have the setpassent function.  */
#undef HAVE_SETPASSENT

/* Define if you have the strdup function.  */
#undef HAVE_STRDUP

/* Define if you have the <kvm.h> header file.  */
#undef HAVE_KVM_H

/* Define if you have the <lastlog.h> header file.  */
#undef HAVE_LASTLOG_H

/* Define if you have the <sys/syslimits.h> header file.  */
#undef HAVE_SYS_SYSLIMITS_H

/* Define if you have the <utmpx.h> header file.  */
#undef HAVE_UTMPX_H

/* Define if you have the kvm library (-lkvm).  */
#undef HAVE_LIBKVM