diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-29 15:20:58 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-29 15:20:58 +1000 |
commit | b9213316c77ab340fe02c9784f63a2f7d79cb492 (patch) | |
tree | b034cf4e7954d9554ee96e9474653b09b366947d /source4/dynconfig/dynconfig.h | |
parent | ce877cafdd24b51fafb8e21a06012e8e47dd4622 (diff) | |
download | samba-b9213316c77ab340fe02c9784f63a2f7d79cb492.tar.gz |
Allow the ntp_signd socket to be set from configure.
This will allow distributions to hard-code this path, particularly for
selinux, and matches how we handle the winbind socket dir.
Andrew Bartlett
(This used to be commit c8b441650400ed1b24c89991f5752dad3c87795f)
Diffstat (limited to 'source4/dynconfig/dynconfig.h')
-rw-r--r-- | source4/dynconfig/dynconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dynconfig/dynconfig.h b/source4/dynconfig/dynconfig.h index ac54db63d69..e77c13bab30 100644 --- a/source4/dynconfig/dynconfig.h +++ b/source4/dynconfig/dynconfig.h @@ -38,3 +38,4 @@ extern const char *dyn_SWATDIR; extern const char *dyn_JSDIR; extern const char *dyn_SETUPDIR; extern const char *dyn_WINBINDD_SOCKET_DIR; +extern const char *dyn_NTP_SIGND_SOCKET_DIR; |