mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
82e4680b2d
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)
8 lines
165 B
C
8 lines
165 B
C
/*
|
|
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"
|