Update of /cvsroot/mahogany/M/lib/dspam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1628/lib/dspam

Modified Files:
        lht.c libdspam.c libdspam_objects.h tbt.c 
Log Message:
Unix compilation fixes (#include config.h)

Index: lht.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/lht.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- lht.c       9 Jul 2004 21:23:21 -0000       1.3
+++ lht.c       10 Jul 2004 11:11:38 -0000      1.4
@@ -26,8 +26,8 @@
 #include <stdlib.h>
 #include <stdio.h>
-#include <nodetree.h>
 
-#include "lht.h"
 #include "libdspam_objects.h"
+#include "lht.h"
+#include "nodetree.h"
 
 static unsigned long lht_prime_list[lht_num_primes] = {

Index: libdspam.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/libdspam.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- libdspam.c  9 Jul 2004 21:23:21 -0000       1.4
+++ libdspam.c  10 Jul 2004 11:11:38 -0000      1.5
@@ -49,4 +49,5 @@
 #endif
 
+#include "config.h"
 #include "libdspam_objects.h"
 #include "libdspam.h"

Index: libdspam_objects.h
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/libdspam_objects.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- libdspam_objects.h  9 Jul 2004 21:23:21 -0000       1.3
+++ libdspam_objects.h  10 Jul 2004 11:11:38 -0000      1.4
@@ -26,4 +26,6 @@
 #endif
 
+#include "config.h"
+
 #if ((defined(__sun__) && defined(__svr4__)) || (defined(__sun) && 
defined(__SUNPRO_C))) && !defined(u_int32_t) && !defined(__BIT_TYPES_DEFINED__)
 #define __BIT_TYPES_DEFINED__

Index: tbt.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/tbt.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- tbt.c       9 Jul 2004 21:23:21 -0000       1.3
+++ tbt.c       10 Jul 2004 11:11:38 -0000      1.4
@@ -27,4 +27,5 @@
 #include <stdio.h>
 #include <math.h>
+#include "config.h"
 #include "nodetree.h"
 #include "tbt.h"



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to