1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

Use #if, not #ifdef with HAVE_ macros

This commit is contained in:
Jim Meyering
1998-03-15 11:09:10 +00:00
parent 0f5f23cb9e
commit bfbc3ce20c
17 changed files with 81 additions and 81 deletions

View File

@@ -17,7 +17,7 @@
/* Written by Brian L. Matthews, blm@6sceng.UUCP. */
#ifdef HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include <config.h>
#endif