rpm/misc
n54@gmx.com 1d71a307e9 Get rid of redefinitions of __BEGIN_DECLS and __END_DECLS
__BEGIN_DECLS and __END_DECLS are already defined in the NetBSD's standard C
library as an internal definition and redefinition of it causes errors.
The possible solutions are to rename the definitions or take rid of them.

Actually __BEGIN_DECLS and __END_DECLS are used only once and encapsulate
'extern "C" {' and '}', so they aren't really helping more then obfuscating
the code.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
2013-08-15 07:43:04 +03:00
..
Makefile.am Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680) 2012-05-31 16:46:40 +03:00
fnmatch.c Include <stdlib.h> as necessary instead of system.h 2010-01-05 15:04:20 +02:00
fnmatch.h Revert glob/fnmatch/alloca uniqify on macosx for now. 2005-01-28 06:36:29 +00:00
fts.c Stuff fts into a convenience library in misc/ 2010-10-01 11:22:13 +03:00
fts.h Get rid of redefinitions of __BEGIN_DECLS and __END_DECLS 2013-08-15 07:43:04 +03:00
stpcpy.c Include "config.h" instead of <config.h>. 2007-10-28 06:57:08 +01:00
stpncpy.c Include "config.h" instead of <config.h>. 2007-10-28 06:57:08 +01:00