]> granicus.if.org Git - apache/commitdiff
Add "-D APACHE_XLATE" to the output of httpd -V when APACHE_XLATE
authorJeff Trawick <trawick@apache.org>
Thu, 18 May 2000 19:56:16 +0000 (19:56 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 18 May 2000 19:56:16 +0000 (19:56 +0000)
is defined at compile time.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85248 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index ed6a8b8f395bef53853e2abd424964610b4f4653..d62f001f267de312b26646bddb85e6b84826d02e 100644 (file)
@@ -152,6 +152,9 @@ static void show_compile_settings(void)
 #ifdef CHARSET_EBCDIC
     printf(" -D CHARSET_EBCDIC\n");
 #endif
+#ifdef APACHE_XLATE
+    printf(" -D APACHE_XLATE\n");
+#endif
 #ifdef NEED_HASHBANG_EMUL
     printf(" -D NEED_HASHBANG_EMUL\n");
 #endif