--- ./src/slcommon.c 2006-11-04 10:57:31.000000000 -0500 +++ ./src/slcommon.c 2007-05-03 02:14:28.000000000 -0400 @@ -191,7 +191,7 @@ return p; } -#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2) +#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2) && 0 extern int __libc_enable_secure; # define HAVE___LIBC_ENABLE_SECURE 1 #endif .