summaryrefslogtreecommitdiff
path: root/sessreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sessreg.h')
-rw-r--r--sessreg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sessreg.h b/sessreg.h
index a5e7f83..0a0a209 100644
--- a/sessreg.h
+++ b/sessreg.h
@@ -106,3 +106,10 @@
#ifndef TTYS_FILE
# define TTYS_FILE "/etc/ttys"
#endif
+
+#ifndef WTMPX_FILE
+# define WTMPX_FILE _PATH_WTMPX
+#endif
+#ifndef UTMPX_FILE
+# define UTMPX_FILE _PATH_UTMPX
+#endif