]> The Tcpdump Group git mirrors - tcpdump/blobdiff - strcasecmp.c
Switch to config.h instead of passing defines in DEFS.
[tcpdump] / strcasecmp.c
index f2ac0771318cf9f78e14211722349b2f8513a6b9..8f9bcf2a189cbfec0be2f75fbff53657bf2be6e0 100644 (file)
 static const char sccsid[] = "@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87";
 #endif /* LIBC_SCCS and not lint */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 
 #include "interface.h"