summaryrefslogtreecommitdiff
path: root/lib/strcspn.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-04 03:26:31 +0000
committerJim Meyering <jim@meyering.net>1997-02-04 03:26:31 +0000
commit729a416929445412aa45238f483c266f0555c6d8 (patch)
tree97986c3f4c6f25831eebc9d0c42a8c831b426d32 /lib/strcspn.c
parente4ccac4d27caeef527ef24982b9873837bd17d60 (diff)
downloadgnulib-729a416929445412aa45238f483c266f0555c6d8.tar.gz
libitize
Diffstat (limited to 'lib/strcspn.c')
-rw-r--r--lib/strcspn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strcspn.c b/lib/strcspn.c
index 1e14c3779d..6d0ec8523d 100644
--- a/lib/strcspn.c
+++ b/lib/strcspn.c
@@ -14,11 +14,11 @@
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 <config.h>
#endif
-#ifdef HAVE_STRING_H
+#if HAVE_STRING_H
# include <string.h>
#else
# include <strings.h>