From a0f2c4514e969d0a127227201cbdb8e57f71df63 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 Jul 2009 15:46:52 -0700 Subject: Rename unicorn/http11 => unicorn_http We couldn't do proper namespacing for the C module so there was a potential conflict with Init_http11() in Mongrel. This was needed because Mongrel's HTTP parser could be used in some applications and we may be unfortunate enough need to support them. --- ext/unicorn/http11/extconf.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ext/unicorn/http11/extconf.rb (limited to 'ext/unicorn/http11/extconf.rb') diff --git a/ext/unicorn/http11/extconf.rb b/ext/unicorn/http11/extconf.rb deleted file mode 100644 index 1b16dff..0000000 --- a/ext/unicorn/http11/extconf.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'mkmf' - -dir_config("unicorn/http11") -have_library("c", "main") -create_makefile("unicorn/http11") -- cgit v1.2.3-24-ge0c7