]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 10 Oct 1996 04:14:40 +0000 (04:14 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 10 Oct 1996 04:14:40 +0000 (04:14 +0000)
lib/safe-read.c

index 4375bf2743007244718b71519ed9f02804039ddf..115ddeffbee4bd028bb68671b8f47fc104f905cb 100644 (file)
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    */
 
-#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