summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2016-04-26 14:52:15 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2016-06-18 15:08:28 +0200
commit664383e66910c8b00641e1a40827fac169dd1197 (patch)
tree87b72bc5d5f52f79a715343a783b9db869ff11ba /src/window.h
parent9b81b18125bf738660db50b129b493b27f0ba4f4 (diff)
downloadscreen-664383e66910c8b00641e1a40827fac169dd1197.tar.gz
rename define UTMPOK to ENABLE_UTMP
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 5187b78..0841c33 100644
--- a/src/window.h
+++ b/src/window.h
@@ -234,7 +234,7 @@ struct Window {
int w_lflag; /* login flag */
slot_t w_slot; /* utmp slot */
-#if defined (UTMPOK)
+#if defined (ENABLE_UTMP)
struct utmpx w_savut; /* utmp entry of this window */
#endif