summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions
diff options
context:
space:
mode:
authorlaforge <laforge>2002-12-09 14:42:43 +0000
committerlaforge <laforge>2002-12-09 14:42:43 +0000
commit322b293a7f3382925499bd63e0325814593cf11f (patch)
treec7ad676df50d495e69d6b6ffa5a3a2b8ec98699b /ulogd/extensions
parent07ee869a6e4a275747a571f37a6150c87fc5e63f (diff)
fix include paths.
Diffstat (limited to 'ulogd/extensions')
-rw-r--r--ulogd/extensions/Makefile.in2
-rw-r--r--ulogd/extensions/ulogd_BASE.c6
-rw-r--r--ulogd/extensions/ulogd_LOCAL.c2
-rw-r--r--ulogd/extensions/ulogd_LOGEMU.c8
-rw-r--r--ulogd/extensions/ulogd_OPRINT.c8
-rw-r--r--ulogd/extensions/ulogd_PWSNIFF.c6
6 files changed, 16 insertions, 16 deletions
diff --git a/ulogd/extensions/Makefile.in b/ulogd/extensions/Makefile.in
index 4ec35b4..b25baea 100644
--- a/ulogd/extensions/Makefile.in
+++ b/ulogd/extensions/Makefile.in
@@ -4,7 +4,7 @@
#
include @top_srcdir@/Rules.make
-CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/conffile
+CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/include
SH_CFLAGS:=$(CFLAGS) -fPIC
SHARED_LIBS+=$(foreach T,$(ULOGD_SL),ulogd_$(T).so)
diff --git a/ulogd/extensions/ulogd_BASE.c b/ulogd/extensions/ulogd_BASE.c
index 180370b..d86ec94 100644
--- a/ulogd/extensions/ulogd_BASE.c
+++ b/ulogd/extensions/ulogd_BASE.c
@@ -1,4 +1,4 @@
-/* ulogd_MAC.c, Version $Revision: 1.13 $
+/* ulogd_MAC.c, Version $Revision: 1.14 $
*
* ulogd interpreter plugin for
* o MAC addresses
@@ -26,18 +26,18 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- * $Id: ulogd_BASE.c,v 1.13 2002/08/25 15:43:51 laforge Exp $
+ * $Id: ulogd_BASE.c,v 1.14 2002/08/28 09:41:17 laforge Exp $
*
*/
#include <stdio.h>
#include <stdlib.h>
-#include <ulogd.h>
#include <linux/ip.h>
#include <linux/in.h>
#include <linux/tcp.h>
#include <linux/icmp.h>
#include <linux/udp.h>
+#include <ulogd/ulogd.h>
/***********************************************************************
* Raw header
diff --git a/ulogd/extensions/ulogd_LOCAL.c b/ulogd/extensions/ulogd_LOCAL.c
index 3ecf2b5..e396cf5 100644
--- a/ulogd/extensions/ulogd_LOCAL.c
+++ b/ulogd/extensions/ulogd_LOCAL.c
@@ -27,8 +27,8 @@
#include <stdio.h>
#include <stdlib.h>
-#include <ulogd.h>
#include <string.h>
+#include <ulogd/ulogd.h>
#ifdef DEBUG_LOCAL
#define DEBUGP(x) ulogd_log(ULOGD_DEBUG, x)
diff --git a/ulogd/extensions/ulogd_LOGEMU.c b/ulogd/extensions/ulogd_LOGEMU.c
index 4faf95f..c31708f 100644
--- a/ulogd/extensions/ulogd_LOGEMU.c
+++ b/ulogd/extensions/ulogd_LOGEMU.c
@@ -1,4 +1,4 @@
-/* ulogd_LOGEMU.c, Version $Revision: 1.8 $
+/* ulogd_LOGEMU.c, Version $Revision: 1.9 $
*
* ulogd output target for syslog logging emulation
*
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: ulogd_LOGEMU.c,v 1.8 2001/09/27 15:45:25 laforge Exp $
+ * $Id: ulogd_LOGEMU.c,v 1.9 2002/04/27 19:45:51 laforge Exp $
*
*/
@@ -32,8 +32,8 @@
#include <sys/time.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
-#include "ulogd.h"
-#include "conffile.h"
+#include <ulogd/ulogd.h>
+#include <ulogd/conffile.h>
#ifndef ULOGD_LOGEMU_DEFAULT
#define ULOGD_LOGEMU_DEFAULT "/var/log/ulogd.syslogemu"
diff --git a/ulogd/extensions/ulogd_OPRINT.c b/ulogd/extensions/ulogd_OPRINT.c
index 8195bf0..7ff5e76 100644
--- a/ulogd/extensions/ulogd_OPRINT.c
+++ b/ulogd/extensions/ulogd_OPRINT.c
@@ -1,4 +1,4 @@
-/* ulogd_MAC.c, Version $Revision: 1.7 $
+/* ulogd_MAC.c, Version $Revision: 1.8 $
*
* ulogd output target for logging to a file
*
@@ -17,15 +17,15 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: ulogd_OPRINT.c,v 1.6 2000/11/20 11:43:22 laforge Exp $
+ * $Id: ulogd_OPRINT.c,v 1.8 2001/09/01 11:51:54 laforge Exp $
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "ulogd.h"
-#include "conffile.h"
+#include <ulogd/ulogd.h>
+#include <ulogd/conffile.h>
#ifndef ULOGD_OPRINT_DEFAULT
#define ULOGD_OPRINT_DEFAULT "/var/log/ulogd.pktlog"
diff --git a/ulogd/extensions/ulogd_PWSNIFF.c b/ulogd/extensions/ulogd_PWSNIFF.c
index 4d0d85b..0adf3d6 100644
--- a/ulogd/extensions/ulogd_PWSNIFF.c
+++ b/ulogd/extensions/ulogd_PWSNIFF.c
@@ -1,4 +1,4 @@
-/* ulogd_PWSNIFF.c, Version $Revision: 1.4 $
+/* ulogd_PWSNIFF.c, Version $Revision: 1.5 $
*
* ulogd logging interpreter for POP3 / FTP like plaintext passwords.
*
@@ -17,17 +17,17 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: ulogd_PWSNIFF.c,v 1.4 2000/11/20 11:43:22 laforge Exp $
+ * $Id: ulogd_PWSNIFF.c,v 1.5 2001/09/01 11:51:54 laforge Exp $
*
*/
#include <stdio.h>
#include <stdlib.h>
-#include <ulogd.h>
#include <string.h>
#include <linux/ip.h>
#include <linux/in.h>
#include <linux/tcp.h>
+#include <ulogd/ulogd.h>
#ifdef DEBUG_PWSNIFF
#define DEBUGP(x) ulogd_log(ULOGD_DEBUG, x)