*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 14 Jan 2005 03:51:20 +0000 (03:51 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 14 Jan 2005 03:51:20 +0000 (03:51 +0000)
configure
include/confparse.h

index cb42f4c..9c674fd 100755 (executable)
--- a/configure
+++ b/configure
@@ -5679,6 +5679,7 @@ if test "X$cf_enable_openssl" != "Xno" ; then
 echo "${ECHO_T}$cf_openssl_basedir" >&6
     cf_enable_openssl="yes"
        USESSL="-DUSE_SSL"
+       CFLAGS="$CFLAGS $USESSL"
        SSLLIB="-lssl"
     encryption="enabled"
     cat >>confdefs.h <<\_ACEOF
index 5f5660d..c5dbef2 100644 (file)
@@ -4,7 +4,7 @@
  * Apply the GPL here.
  */
 
-/* $Id: confparse.h,v 1.4 2005/01/14 01:35:58 mmondor Exp $ */
+/* $Id: confparse.h,v 1.5 2005/01/14 03:51:20 mmondor Exp $ */
 
 /* our structures */
 
@@ -290,6 +290,7 @@ sConf confporttab[] =
     {SCONFT_IPMASK, SCONFF_IPMASK, VARTYPE_NAME},
 #ifdef USE_SSL
     {SCONFT_TYPE, SCONFF_TYPE, VARTYPE_NAME},
+#warning "USE_SSL"
 #endif
     {(char *) 0, 0, 0}
 };