diff options
Diffstat (limited to 'server/main.c')
-rw-r--r-- | server/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/main.c b/server/main.c index 5cc84f86af..c404c06467 100644 --- a/server/main.c +++ b/server/main.c @@ -195,10 +195,6 @@ static void show_compile_settings(void) printf(" -D APR_CHARSET_EBCDIC\n"); #endif -#ifdef APACHE_XLATE - printf(" -D APACHE_XLATE\n"); -#endif - #ifdef NEED_HASHBANG_EMUL printf(" -D NEED_HASHBANG_EMUL\n"); #endif |