From 0b20b98e9b2e87eb2e9e10f658d2d523b0ee9fb6 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 18:58:40 -0400 Subject: Remove strcasestr() and strchrnul() checks from configure, using libdusercompat.a instead Fix Makefile.am bad entry Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc and separate the headers. Remove config.h from strchrnul.c; not needed Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink() --- compat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/Makefile.am') diff --git a/compat/Makefile.am b/compat/Makefile.am index 3482755..88a2689 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libdusercompat.a -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include/compat libdusercompat_a_SOURCES= strcasestr.c \ strchrnul.c -- cgit