diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-22 18:29:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-22 18:29:23 +0000 |
commit | 6ded0e838fa1b173b4a37bc0369dc0f640b4c1ca (patch) | |
tree | ae1682552ed26f04003515c6a38888d41c49bdb6 /configure | |
parent | 8e5bd0e5d68c5c55aac6464f688672de234e25e1 (diff) |
Big obvious comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8306 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -24,6 +24,10 @@ 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, # whos file extension is omitted (these can vary from system to system). @@ -98,6 +102,10 @@ my @immutabledeps = ( ############################################################################################### +# +# NON-EDITABLE VARIABLES +# +############################################################################################### GetOptions ( |