diff options
-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 ( |