summaryrefslogtreecommitdiff
path: root/filenames.sed.c
diff options
context:
space:
mode:
Diffstat (limited to 'filenames.sed.c')
-rw-r--r--filenames.sed.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/filenames.sed.c b/filenames.sed.c
new file mode 100644
index 0000000..9ce1dcd
--- /dev/null
+++ b/filenames.sed.c
@@ -0,0 +1,21 @@
+#include "sessreg.h"
+
+#ifdef UTMPX_FILE
+# define UTF UTMPX_FILE
+#else
+# define UTF UTMP_FILE
+#endif
+
+#ifdef WTMPX_FILE
+# define WTF WTMPX_FILE
+#else
+# define WTF WTMP_FILE
+#endif
+
+#ifndef TTYS_FILE
+# define TTYS_FILE "/etc/ttys"
+#endif
+
+s|__utmp_file__|UTF|g
+s|__wtmp_file__|WTF|g
+s|__ttys_file__|TTYS_FILE|g