From bc1c4af8c3ce3ca4ba0ae2b01843553e415dbb51 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 6 Dec 2005 20:54:05 +0000 Subject: Some cleanup so we don't build files that are completely ifdeffed out. This causes a warning on Sun's cc. Do the internal regex code as well for consistency. --- g10/trustdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/trustdb.c') diff --git a/g10/trustdb.c b/g10/trustdb.c index 7269afc31..bb5167ea9 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -28,7 +28,7 @@ #ifndef DISABLE_REGEX #include -#ifdef USE_GNU_REGEX +#ifdef USE_INTERNAL_REGEX #include "_regex.h" #else #include -- cgit