]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/compat/strcasecmp.c
Merge branch-2-1
[netatalk.git] / libatalk / compat / strcasecmp.c
index 46acac36c290b56669f7451083c673bd3e4fc7b5..bc8cb57bd5c07b831ace4cedf98356803abb1581 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id: strcasecmp.c,v 1.4 2003-02-17 01:51:08 srittau Exp $
+ *
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
@@ -17,7 +19,9 @@
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-static int     _strcasecmp_dummy;
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
 
 # if defined( ibm032 )
 
@@ -102,4 +106,4 @@ strncasecmp(s1, s2, n)
        return (0);
 }
 
-# endif ibm032
+# endif /* ibm032 */