diff options
Diffstat (limited to 'source4/dynconfig.c')
-rw-r--r-- | source4/dynconfig.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/dynconfig.c b/source4/dynconfig.c index 41728af57de..5b1074382cf 100644 --- a/source4/dynconfig.c +++ b/source4/dynconfig.c @@ -88,3 +88,6 @@ _PUBLIC_ const char *dyn_JSDIR = JSDIR; /** Where to find the winbindd socket */ _PUBLIC_ const char *dyn_WINBINDD_SOCKET_DIR = WINBINDD_SOCKET_DIR; + +/** Directory with subunit torture tests */ +_PUBLIC_ const char *dyn_TORTUREDIR = TORTUREDIR; |