summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 86ce003aa..e6892ee55 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -167,12 +167,16 @@ enum
167#ifndef _PATH_UTMP 167#ifndef _PATH_UTMP
168# ifdef UTMP_FILE 168# ifdef UTMP_FILE
169# define _PATH_UTMP UTMP_FILE 169# define _PATH_UTMP UTMP_FILE
170# else
171# define _PATH_UTMP "/var/adm/utmp"
170# endif 172# endif
171#endif 173#endif
172 174
173#ifndef _PATH_WTMP 175#ifndef _PATH_WTMP
174# ifdef WTMP_FILE 176# ifdef WTMP_FILE
175# define _PATH_WTMP WTMP_FILE 177# define _PATH_WTMP WTMP_FILE
178# else
179# define _PATH_WTMP "/var/adm/wtmp"
176# endif 180# endif
177#endif 181#endif
178 182