From 21219f8d8718e87b005d6bc75ad99855e4ab061c Mon Sep 17 00:00:00 2001 From: keni Date: Mon, 4 May 2009 12:43:15 +0000 Subject: [PATCH] SYSCF followup bit --- include/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/config.h b/include/config.h index a7514b1e1..db5ddcad2 100644 --- a/include/config.h +++ b/include/config.h @@ -190,9 +190,6 @@ # define ENTRYMAX 100 /* must be >= 10 */ #endif #ifndef PERS_IS_UID -# define PERS_IS_UID 1 /* delete for PERSMAX per name; now per uid */ -#endif -#ifndef PERS_IS_UID # if !defined(MICRO) && !defined(MAC) && !defined(WIN32) # define PERS_IS_UID 1 /* delete for PERSMAX per name; now per uid */ # else