diff options
| author | twouters | 2001-05-29 13:16:22 +0000 |
|---|---|---|
| committer | twouters | 2001-05-29 13:16:22 +0000 |
| commit | 1b6bea0545fcf50eb5228d591d3dd620d78b169d (patch) | |
| tree | 5062092f778e6c053e88c9dd588acbcef3811d54 /src | |
| parent | b573fc9231f44749ef0245c1cec1a1e21ce762ea (diff) | |
| download | mailman-1b6bea0545fcf50eb5228d591d3dd620d78b169d.tar.gz mailman-1b6bea0545fcf50eb5228d591d3dd620d78b169d.tar.zst mailman-1b6bea0545fcf50eb5228d591d3dd620d78b169d.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/cgi-wrapper.c | 2 | ||||
| -rw-r--r-- | src/common.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cgi-wrapper.c b/src/cgi-wrapper.c index 5e0d4be5a..ce7335271 100644 --- a/src/cgi-wrapper.c +++ b/src/cgi-wrapper.c @@ -23,7 +23,7 @@ /* passed in by configure */ #define SCRIPTNAME SCRIPT -#define LOG_IDENT "Mailman cgi-wrapper (" ## SCRIPT ## ")" +#define LOG_IDENT "Mailman cgi-wrapper (" SCRIPT ")" /* GID that CGI scripts run as. See your Web server's documentation. */ #define LEGAL_PARENT_GID CGI_GID diff --git a/src/common.c b/src/common.c index 5b0f7207f..d70216177 100644 --- a/src/common.c +++ b/src/common.c @@ -20,7 +20,7 @@ #include "common.h" /* passed in by configure */ -#define SCRIPTDIR PREFIX ## "/scripts/" /* trailing slash */ +#define SCRIPTDIR PREFIX "/scripts/" /* trailing slash */ #define MODULEDIR PREFIX /* no trailing slash */ const char* scriptdir = SCRIPTDIR; |
