From 82e4680b2dcb51dd2e78da4fbcdeedf96dd5d94a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 3 Jun 2007 15:51:09 +0000 Subject: r23314: For some systems it's needed to inject replace.h into the iniparser source code, I do it in a way we can still have a unmodified copy of iniparser in source/iniparser/ and have the wrapper stuff in source/iniparser_build/. If the build-farm is happy with this I'll merge it to 3_0_26 tomorrow... metze (This used to be commit 43d390d1863e7d8c1cb7c47f2272ee78661c352a) --- source3/iniparser_build/iniparser.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source3/iniparser_build/iniparser.c (limited to 'source3/iniparser_build/iniparser.c') diff --git a/source3/iniparser_build/iniparser.c b/source3/iniparser_build/iniparser.c new file mode 100644 index 0000000000..4974f373ee --- /dev/null +++ b/source3/iniparser_build/iniparser.c @@ -0,0 +1,7 @@ +/* + for someplatforms it's needed to inject replace.h into + the iniparser source code + --metze +*/ +#include "lib/replace/replace.h" +#include "iniparser/src/iniparser.c" -- cgit