coar 98/01/25 10:53:56
Modified: src/main http_main.c
Log:
Good point; add the NEED_HASHBANG_EMUL display to -V IFF.
Revision Changes Path
1.276 +3 -0 apachen/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_main.c,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- http_main.c 1998/01/25 18:41:52 1.275
+++ http_main.c 1998/01/25 18:53:55 1.276
@@ -2867,6 +2867,9 @@
#ifdef CHARSET_EBCDIC
printf(" -D CHARSET_EBCDIC\n");
#endif
+#ifdef NEED_HASHBANG_EMUL
+ printf(" -D NEED_HASHBANG_EMUL\n");
+#endif
printf("\n");
}