changeset 740:824bea0004ce

libitize
author Jim Meyering <jim@meyering.net>
date Thu, 17 Oct 1996 02:45:32 +0000
parents 14a5ef1999ae
children e7c57b7b5a29
files lib/xstrtol.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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>