diff options
Diffstat (limited to 'accel-pptpd/events.h')
-rw-r--r-- | accel-pptpd/events.h | 18 |
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 |