diff options
author | Derrell Lipman <derrell@samba.org> | 2006-12-31 20:05:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:30:39 -0500 |
commit | 43470b5ec3d451aa75acf2cda40cf2dcc019efab (patch) | |
tree | b5050af45bd3c56a33332b6cbb0a5e0ff69ab6b3 /source4/dynconfig.c | |
parent | 4024697a0b7b97acdc5c411ab9fe8c894c66752e (diff) | |
download | samba-43470b5ec3d451aa75acf2cda40cf2dcc019efab.tar.gz samba-43470b5ec3d451aa75acf2cda40cf2dcc019efab.tar.xz samba-43470b5ec3d451aa75acf2cda40cf2dcc019efab.zip |
r20444: WEB Application framework / SWAT.
We're now at the stage where the web application framework should build and
install automatically.
Derrell
(This used to be commit 0201baef46c1701007e0a4cdd95edee287939318)
Diffstat (limited to 'source4/dynconfig.c')
-rw-r--r-- | source4/dynconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dynconfig.c b/source4/dynconfig.c index 4517a4f551b..7a95cc59f71 100644 --- a/source4/dynconfig.c +++ b/source4/dynconfig.c @@ -74,8 +74,8 @@ _PUBLIC_ const char *dyn_PIDDIR = PIDDIR; /** Private data directory; holds ldb files and the like */ _PUBLIC_ const char *dyn_PRIVATE_DIR = PRIVATE_DIR; -/** SWAT data file (images, etc) directory */ -_PUBLIC_ const char *dyn_SWATDIR = SWATDIR; +/** WEBAPPS directory */ +_PUBLIC_ const char *dyn_WEBAPPSDIR = WEBAPPSDIR; /** JSON-RPC Services script directory */ _PUBLIC_ const char *dyn_SERVICESDIR = SERVICESDIR; |