# File lib/phusion_passenger/platform_info/compiler.rb, line 95 def self.has_alloca_h? return try_compile(:c, '#include <alloca.h>') end