Make Makefile.gtk build again on Linux (assume <utmpx.h>).
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 9 May 2005 13:27:51 +0000 (13:27 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 9 May 2005 13:27:51 +0000 (13:27 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5764 cda61777-01e9-0310-a592-d414129be87e

unix/uxpty.c

index b5164e2..b3bda08 100644 (file)
@@ -24,7 +24,7 @@
 #include "putty.h"
 #include "tree234.h"
 
-#ifdef HAVE_UTMPX_H
+#ifndef OMIT_UTMP
 #include <utmpx.h>
 #endif