summaryrefslogtreecommitdiffstats
path: root/contrib/opie/acconfig.h
blob: 27a45c4fd2b714c055fb92f18e0c824da7f021d3 (plain)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/* acconfig.h: Extra commentary for Autoheader

%%% portions-copyright-cmetz
Portions of this software are Copyright 1996 by Craig Metz, All Rights
Reserved. The Inner Net License Version 2 applies to these portions of
the software.
You should have received a copy of the license with this software. If
you didn't get a copy, you may request one from <license@inner.net>.

/* Define if the closedir function returns void instead of int.  */ 
#undef CLOSEDIR_VOID

/* Define if you want the FTP daemon to support anonymous logins. */
#undef DOANONYMOUS

/* The default value of the PATH environment variable */
#undef DEFAULT_PATH

/* Defined if the file /etc/default/login exists 
   (and, presumably, should be looked at by login) */
#undef HAVE_ETC_DEFAULT_LOGIN

/* Defined to the name of a file that contains a list of files whose
   permissions and ownerships should be changed on login. */
#undef HAVE_LOGIN_PERMFILE

/* Defined to the name of a file that contains a list of environment
   values that should be set on login. */
#undef HAVE_LOGIN_ENVFILE

/* Defined if the file /etc/securetty exists
   (and, presumably, should be looked at by login) */
#undef HAVE_SECURETTY

/* Defined if the file /etc/shadow exists
   (and, presumably, should be looked at for shadow passwords) */
#undef HAVE_ETC_SHADOW

/* The path to the access file, if we're going to use it */
#undef PATH_ACCESS_FILE

/* The path to the mail spool, if we know it */
#undef PATH_MAIL

/* The path to the utmp file, if we know it */
#undef PATH_UTMP_AC

/* The path to the utmpx file, if we know it */
#undef PATH_UTMPX_AC

/* The path to the wtmp file, if we know it */
#undef PATH_WTMP_AC

/* The path to the wtmpx file, if we know it */
#undef PATH_WTMPX_AC

/* Defined if the system's profile (/etc/profile) displays
   the motd file */
#undef HAVE_MOTD_IN_PROFILE

/* Defined if the system's profile (/etc/profile) informs the
   user of new mail */
#undef HAVE_MAILCHECK_IN_PROFILE

/* Define if you have a nonstandard gettimeofday() that takes one argument
   instead of two. */
#undef HAVE_ONE_ARG_GETTIMEOFDAY

/* Define if the system has the getenv function */
#undef HAVE_GETENV

/* Define if the system has the setenv function */
#undef HAVE_SETENV

/* Define if the system has the /var/adm/sulog file */
#undef HAVE_SULOG

/* Define if the system has the unsetenv function */
#undef HAVE_UNSETENV

/* Define if the compiler can handle ANSI-style argument lists */
#undef HAVE_ANSIDECL

/* Define if the compiler can handle ANSI-style prototypes */
#undef HAVE_ANSIPROTO

/* Define if the system has an ANSI-style printf (returns int instead of char *) */
#undef HAVE_ANSISPRINTF

/* Define if the compiler can handle ANSI-style variable argument lists */
#undef HAVE_ANSISTDARG

/* Define if the compiler can handle void argument lists to functions */
#undef HAVE_VOIDARG

/* Define if the compiler can handle void return "values" from functions */
#undef HAVE_VOIDRET

/* Define if the compiler can handle void pointers to our liking */
#undef HAVE_VOIDPTR

/* Define if the /bin/ls command seems to support the -g flag */
#undef HAVE_LS_G_FLAG

/* Define if there is a ut_pid field in struct utmp */
#undef HAVE_UT_PID

/* Define if there is a ut_type field in struct utmp */
#undef HAVE_UT_TYPE

/* Define if there is a ut_user field in struct utmp */
#undef HAVE_UT_USER

/* Define if there is a ut_name field in struct utmp */
#undef HAVE_UT_NAME

/* Define if there is a ut_host field in struct utmp */
#undef HAVE_UT_HOST
OpenPOWER on IntegriCloud