diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 1e706ff58..60dd43010 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -222,6 +222,23 @@ enum | |||
222 | # endif | 222 | # endif |
223 | #endif | 223 | #endif |
224 | 224 | ||
225 | #if defined(HAVE_UTMPX_H) && defined(USE_UTMPX) | ||
226 | # ifndef _PATH_UTMPX | ||
227 | # ifdef UTMPX_FILE | ||
228 | # define _PATH_UTMPX UTMPX_FILE | ||
229 | # else | ||
230 | # define _PATH_UTMPX "/var/adm/utmpx" | ||
231 | # endif | ||
232 | # endif | ||
233 | # ifndef _PATH_WTMPX | ||
234 | # ifdef WTMPX_FILE | ||
235 | # define _PATH_WTMPX WTMPX_FILE | ||
236 | # else | ||
237 | # define _PATH_WTMPX "/var/adm/wtmp" | ||
238 | # endif | ||
239 | # endif | ||
240 | #endif | ||
241 | |||
225 | #ifndef _PATH_BSHELL | 242 | #ifndef _PATH_BSHELL |
226 | # define _PATH_BSHELL "/bin/sh" | 243 | # define _PATH_BSHELL "/bin/sh" |
227 | #endif | 244 | #endif |