From 6ded0e838fa1b173b4a37bc0369dc0f640b4c1ca Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 22 Oct 2007 18:29:23 +0000 Subject: [PATCH] Big obvious comments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8306 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure b/configure index f34a90342..adc05f865 100755 --- a/configure +++ b/configure @@ -23,6 +23,10 @@ use make::configure; use make::gnutlscert; use make::opensslcert; +############################################################################################### +# +# EDITABLE VARIABLES +# ############################################################################################### # This is a list of all files in the core. Each cpp file is mapped to a shared object file, @@ -97,6 +101,10 @@ my @immutabledeps = ( ); +############################################################################################### +# +# NON-EDITABLE VARIABLES +# ############################################################################################### -- 2.39.5