diff options
author | Asheraf <acheraf1998@gmail.com> | 2017-03-13 11:44:21 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2017-03-13 11:44:21 +0000 |
commit | 5b15b7b79729258f55533e0d76fcccf1a3d16021 (patch) | |
tree | 95c8b00f3807444b60904ebe8c57ac5d4d6a7807 /src/config | |
parent | 3186fb9a770c373059c0e6c9f0ac55348c9064da (diff) | |
download | hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.gz hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.bz2 hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.xz hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.zip |
Basic Server Configurations
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/renewal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/renewal.h b/src/config/renewal.h index 2b5a043d4..b90f6fc63 100644 --- a/src/config/renewal.h +++ b/src/config/renewal.h @@ -38,7 +38,7 @@ * line, by passing --disable-renewal to the configure script: * ./configure --disable-renewal */ -//#define DISABLE_RENEWAL +#define DISABLE_RENEWAL #ifndef DISABLE_RENEWAL // Do not change this line |