From: Ian Jackson Date: Sun, 17 Jul 2022 11:34:22 +0000 (+0100) Subject: prefork: Move STAGE2_VAR back to cgi-fcgi-interp X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=9a640c3eff56edcce42be9c1586b19c3e86c5659 prefork: Move STAGE2_VAR back to cgi-fcgi-interp Signed-off-by: Ian Jackson --- diff --git a/cprogs/cgi-fcgi-interp.c b/cprogs/cgi-fcgi-interp.c index 9cbdcec..86df07d 100644 --- a/cprogs/cgi-fcgi-interp.c +++ b/cprogs/cgi-fcgi-interp.c @@ -124,6 +124,8 @@ #include "prefork.h" +#define STAGE2_VAR "CHIARKUTILS_CGIFCGIINTERP_STAGE2" + static const char *stage2; const char our_name[] = "cgi-fcgi-interp"; diff --git a/cprogs/prefork.h b/cprogs/prefork.h index a7e1b83..ed8e609 100644 --- a/cprogs/prefork.h +++ b/cprogs/prefork.h @@ -33,7 +33,6 @@ #include "timespeccmp.h" #define MINHEXHASH 33 -#define STAGE2_VAR "CHIARKUTILS_CGIFCGIINTERP_STAGE2" extern const char *interp, *ident; extern int numservers, debugmode;