summaryrefslogtreecommitdiff
path: root/source3/iniparser_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/iniparser_build')
-rw-r--r--source3/iniparser_build/dictionary.c7
-rw-r--r--source3/iniparser_build/iniparser.c7
-rw-r--r--source3/iniparser_build/strlib.c7
3 files changed, 0 insertions, 21 deletions
diff --git a/source3/iniparser_build/dictionary.c b/source3/iniparser_build/dictionary.c
deleted file mode 100644
index 3147361746..0000000000
--- a/source3/iniparser_build/dictionary.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- for someplatforms it's needed to inject replace.h into
- the iniparser source code
- --metze
-*/
-#include "../replace/replace.h"
-#include "iniparser/src/dictionary.c"
diff --git a/source3/iniparser_build/iniparser.c b/source3/iniparser_build/iniparser.c
deleted file mode 100644
index 3f4a1aaf1a..0000000000
--- a/source3/iniparser_build/iniparser.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- for someplatforms it's needed to inject replace.h into
- the iniparser source code
- --metze
-*/
-#include "../replace/replace.h"
-#include "iniparser/src/iniparser.c"
diff --git a/source3/iniparser_build/strlib.c b/source3/iniparser_build/strlib.c
deleted file mode 100644
index 4ea95b73ae..0000000000
--- a/source3/iniparser_build/strlib.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- for someplatforms it's needed to inject replace.h into
- the iniparser source code
- --metze
-*/
-#include "../replace/replace.h"
-#include "iniparser/src/strlib.c"