move most remaining macros out of acconfig.h which is an obsolete feature of
[mmh] / uip / slocal.c
index f500f6e..4a8875e 100644 (file)
@@ -959,7 +959,7 @@ logged_in (void)
 
     while ((utp = getutent()) != NULL) {
         if (
-#ifdef HAVE_UTMP_UT_TYPE
+#ifdef HAVE_STRUCT_UTMP_UT_TYPE
                utp->ut_type == USER_PROCESS
                 &&
 #endif