]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 9 Oct 1996 02:35:23 +0000 (02:35 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Oct 1996 02:35:23 +0000 (02:35 +0000)
lib/full-write.c

index 9f30b85a3619284297f4edfb4b9c4b41b2068249..46d030b95d5044b00ebf170afd632cafdac451b9 100644 (file)
    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