Mercurial > masqmail
comparison config.h.in @ 363:02bc0331e390
Removed support for openssl linking
It had been rarely used and could have caused legal problems.
For explanations, see this mail message:
Date: Sun, 04 Sep 2011 17:35:23 +0200
From: markus schnalke <meillo@marmaro.de>
To: masqmail@marmaro.de
Subject: [masqmail] RFC: Removal of configure options
Message-ID: <1R0EjD-4aX-00@serveme.home.schnalke.org>
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 14 Sep 2011 12:07:34 +0200 |
parents | 4fd237550525 |
children | 5781ba87df95 |
comparison
equal
deleted
inserted
replaced
362:9d49dffc3070 | 363:02bc0331e390 |
---|---|
8 #undef ENABLE_DEBUG | 8 #undef ENABLE_DEBUG |
9 | 9 |
10 #undef ENABLE_RESOLVER | 10 #undef ENABLE_RESOLVER |
11 | 11 |
12 #undef ENABLE_AUTH | 12 #undef ENABLE_AUTH |
13 | |
14 #undef USE_LIB_CRYPTO | |
15 | 13 |
16 #undef ENABLE_IDENT | 14 #undef ENABLE_IDENT |
17 | 15 |
18 #undef CONF_DIR | 16 #undef CONF_DIR |
19 | 17 |
154 #undef TM_IN_SYS_TIME | 152 #undef TM_IN_SYS_TIME |
155 | 153 |
156 /* If liblockfile is to be used */ | 154 /* If liblockfile is to be used */ |
157 #undef USE_LIBLOCKFILE | 155 #undef USE_LIBLOCKFILE |
158 | 156 |
159 /* If libcrypto is available */ | |
160 #undef USE_LIB_CRYPTO | |
161 | |
162 /* Version number of package */ | 157 /* Version number of package */ |
163 #undef VERSION | 158 #undef VERSION |
164 | 159 |
165 /* Define to empty if `const' does not conform to ANSI C. */ | 160 /* Define to empty if `const' does not conform to ANSI C. */ |
166 #undef const | 161 #undef const |