]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 29 Oct 1996 13:50:37 +0000 (13:50 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 29 Oct 1996 13:50:37 +0000 (13:50 +0000)
lib/memcpy.c

index 437f622b29b5f8d6cbbee36a607798ef820e56bc..d36cef20c56731fabc5a73e6fdad19838d96e8d5 100644 (file)
@@ -2,7 +2,7 @@
    if the source overlaps with the destination.
    Return DESTADDR. */
 
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
 # include <config.h>
 #endif