When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.

This commit is contained in:
Gleb Smirnoff 2005-05-05 21:53:17 +00:00
parent c8d3ca728f
commit f87fe393ce

View File

@ -39,6 +39,15 @@
#ifndef _ALIAS_H_
#define _ALIAS_H_
#ifdef _KERNEL
/*
* The kernel version of libalias does not support these features.
*/
#define NO_FW_PUNCH
#define NO_LOGGING
#define NO_USE_SOCKETS
#endif
/*
* The external interface to libalias, the packet aliasing engine.
*