summaryrefslogtreecommitdiff
path: root/lib/xstrtol.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-17 02:45:32 +0000
committerJim Meyering <jim@meyering.net>1996-10-17 02:45:32 +0000
commitffc5c802c40301a65ef75e515e753fd8b71b91b4 (patch)
tree1d2dbd2f108c33aa02f694cc869a1b8a12ab4fc9 /lib/xstrtol.c
parent12b45785955e83a0cb4e835fd8abdcc96d99a1b8 (diff)
downloadcoreutils-ffc5c802c40301a65ef75e515e753fd8b71b91b4.tar.xz
libitize
Diffstat (limited to 'lib/xstrtol.c')
-rw-r--r--lib/xstrtol.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/xstrtol.c b/lib/xstrtol.c
index dec0ec79b..b0b6a082e 100644
--- a/lib/xstrtol.c
+++ b/lib/xstrtol.c
@@ -17,15 +17,15 @@
/* Jim Meyering (meyering@na-net.ornl.gov) */
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
#include <config.h>
#endif
-#ifdef STDC_HEADERS
+#if STDC_HEADERS
#include <stdlib.h>
#endif
-#ifdef HAVE_STRING_H
+#if HAVE_STRING_H
# include <string.h>
#else
# include <strings.h>