From bfbc3ce20cdcfd00c27922c2e78cbff43846fe0d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 15 Mar 1998 11:09:10 +0000 Subject: Use #if, not #ifdef with HAVE_ macros --- lib/dirname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dirname.c') diff --git a/lib/dirname.c b/lib/dirname.c index 7cc104095..56b66e65c 100644 --- a/lib/dirname.c +++ b/lib/dirname.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include #endif -- cgit v1.2.3-54-g00ecf