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