From 8af14cd15512d6ad9becc59f720b35c308087422 Mon Sep 17 00:00:00 2001 From: osa Date: Thu, 30 Apr 2015 00:33:00 +0000 Subject: Remove useless code. --- www/nginx-devel/Makefile | 2 -- www/nginx/Makefile | 2 -- 2 files changed, 4 deletions(-) (limited to 'www') diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 4329bac38cd5..854b5c2e244a 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -57,7 +57,6 @@ OPTIONS_DEFINE= \ THREADS \ WWW \ CACHE_PURGE \ - CTPP2 \ ECHO \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ @@ -143,7 +142,6 @@ STREAM_SSL_DESC= Enable stream_ssl module (SSL req.) THREADS_DESC= Enable threads support WWW_DESC= Enable html sample files CACHE_PURGE_DESC= 3rd party cache_purge module -CTPP2_DESC= 3rd party CT++ module ECHO_DESC= 3rd party echo module HEADERS_MORE_DESC= 3rd party headers_more module HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 74a0a130f594..d593333ed2f0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -55,7 +55,6 @@ OPTIONS_DEFINE= \ THREADS \ WWW \ CACHE_PURGE \ - CTPP2 \ ECHO \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ @@ -139,7 +138,6 @@ SPDY_DESC= Enable SPDY protocol support (SSL req.) THREADS_DESC= Enable threads support WWW_DESC= Enable html sample files CACHE_PURGE_DESC= 3rd party cache_purge module -CTPP2_DESC= 3rd party CT++ module ECHO_DESC= 3rd party echo module HEADERS_MORE_DESC= 3rd party headers_more module HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module -- cgit