summaryrefslogtreecommitdiff
path: root/accel-pptpd/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/events.h')
-rw-r--r--accel-pptpd/events.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/accel-pptpd/events.h b/accel-pptpd/events.h
new file mode 100644
index 00000000..15704a7a
--- /dev/null
+++ b/accel-pptpd/events.h
@@ -0,0 +1,18 @@
+//
+// C++ Interface: events
+//
+// Description:
+//
+//
+// Author: <xeb@mail.ru>, (C) 2009
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+
+#ifndef EVENTS_H
+#define EVENTS_H
+
+#define EV_PPP_PACKET 1
+
+#endif