# File lib/new_relic/agent/autostart.rb, line 32
      def blacklisted_constants?
        blacklisted?(NewRelic::Agent.config['autostart.blacklisted_constants''autostart.blacklisted_constants']) do |name|
          constant_is_defined?(name)
        end
      end