libitize
authorJim Meyering <jim@meyering.net>
Thu, 17 Oct 1996 02:45:32 +0000 (02:45 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 17 Oct 1996 02:45:32 +0000 (02:45 +0000)
lib/xstrtol.c

index dec0ec7..b0b6a08 100644 (file)
 
 /* 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>