X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fuserspec.c;h=67f1583335c513b3043a01a83e5484bdf6644f6c;hb=5a79e1f048bd5ad328af146c6002baad87fd4f25;hp=a501f60e619f126298a7dae214fdba13d1e94490;hpb=19db5b2f9b93de12db1d99f06f0038958a750ad8;p=gnulib.git diff --git a/lib/userspec.c b/lib/userspec.c index a501f60e6..67f158333 100644 --- a/lib/userspec.c +++ b/lib/userspec.c @@ -18,14 +18,7 @@ /* Written by David MacKenzie . */ #ifdef HAVE_CONFIG_H -#if defined (CONFIG_BROKETS) -/* We use instead of "config.h" so that a compilation - using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h - (which it would do because it found this file in $srcdir). */ #include -#else -#include "config.h" -#endif #endif #ifdef __GNUC__ @@ -249,7 +242,7 @@ parse_user_spec (spec_arg, uid, gid, username_arg, groupname_arg) return error_msg; } -#ifdef TESTING +#ifdef TEST #define NULL_CHECK(s) ((s) == NULL ? "(null)" : (s))