diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 18:58:40 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:21:08 -0400 |
commit | 0b20b98e9b2e87eb2e9e10f658d2d523b0ee9fb6 (patch) | |
tree | 942d28cad437dd20bf29cb60ad58ad4949b87c96 /compat/Makefile.in | |
parent | db970762d90a3adda07874ac597928f5305b0a49 (diff) | |
download | duser-0b20b98e9b2e87eb2e9e10f658d2d523b0ee9fb6.tar.gz |
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()
Diffstat (limited to 'compat/Makefile.in')
-rw-r--r-- | compat/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile.in b/compat/Makefile.in index 7faf34c..f54ed4e 100644 --- a/compat/Makefile.in +++ b/compat/Makefile.in @@ -186,7 +186,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ noinst_LIBRARIES = libdusercompat.a -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include/compat libdusercompat_a_SOURCES = strcasestr.c \ strchrnul.c |