From 93ec5ed9bdfc81efc8e03718a031f734bb66e6f4 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Wed, 10 Jan 1996 16:46:38 -0500 Subject: [PATCH] HAVE_UTMPX_H defaults to zero SCCS-file: Makefile SCCS-SID: 7.46 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb8a268..d25a8e9 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ YEARISTYPE= ./yearistype # -DHAVE_SETTIMEOFDAY=3 if settimeofday ignores 2nd arg (4.4BSD) # -DLOCALE_HOME=\"path\" if locales are in "path", not "/usr/lib/locale" # -DHAVE_UNISTD_H=0 if your compiler lacks a "unistd.h" (Microsoft C++ 7?) -# -DHAVE_UTMPX_H=0 if your compiler lacks a "utmpx.h" +# -DHAVE_UTMPX_H=1 if your compiler has a "utmpx.h" # $(GCC_DEBUG_FLAGS) if you are using GCC and want lots of checking # GCC_DEBUG_FLAGS = -Dlint -g -O -fno-common \