]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
libitize
authorJim Meyering <jim@meyering.net>
Tue, 4 Feb 1997 03:26:31 +0000 (03:26 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Feb 1997 03:26:31 +0000 (03:26 +0000)
lib/strcspn.c

index 1e14c3779d1861f96122f926637854d5d38ad90f..6d0ec8523dda16aca5c4b749c71bd27573467575 100644 (file)
    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>