diff lib/full-write.c @ 720:497616507f9c

.
author Jim Meyering <jim@meyering.net>
date Wed, 09 Oct 1996 02:35:23 +0000 (1996-10-09)
parents d60db0e1c0d9
children 28d73bdb3f50
line wrap: on
line diff
--- a/lib/full-write.c
+++ b/lib/full-write.c
@@ -18,13 +18,13 @@
    Copied largely from GNU C's cccp.c.
    */
 
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
 # include <config.h>
 #endif
 
 #include <sys/types.h>
 
-#ifdef HAVE_UNISTD_H
+#if HAVE_UNISTD_H
 # include <unistd.h>
 #endif