diff options
Diffstat (limited to 'source3/iniparser_build')
-rw-r--r-- | source3/iniparser_build/dictionary.c | 7 | ||||
-rw-r--r-- | source3/iniparser_build/iniparser.c | 7 | ||||
-rw-r--r-- | source3/iniparser_build/strlib.c | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/source3/iniparser_build/dictionary.c b/source3/iniparser_build/dictionary.c new file mode 100644 index 0000000000..de98a4523f --- /dev/null +++ b/source3/iniparser_build/dictionary.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/dictionary.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" diff --git a/source3/iniparser_build/strlib.c b/source3/iniparser_build/strlib.c new file mode 100644 index 0000000000..685ec8e04d --- /dev/null +++ b/source3/iniparser_build/strlib.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/strlib.c" |