diff options
-rw-r--r-- | include/configreader.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configreader.h b/include/configreader.h index 023121ffc..1144855d9 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -438,13 +438,14 @@ class ServerConfig : public Extensible */ bool CycleHosts; - +/* #if __GNUC__ == 3 && __GNUC_MINOR__ == 3 - /** if we're being compiled with GCC 3.3 add + ** if we're being compiled with GCC 3.3 add * dummy opertype on heap to fix GCC 3.3 crash - */ + * opertype_t dummyopertype; #endif +*/ /** All oper type definitions from the config file */ |