/usr/include/zorp/sysdep.h is in libzorp-dev 3.9.2-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | /***************************************************************************
*
* Copyright (c) 2000, 2001 BalaBit IT Ltd, Budapest, Hungary
* All rights reserved.
*
***************************************************************************/
#ifndef ZORP_SYSDEP_H_INCLUDED
#define ZORP_SYSDEP_H_INCLUDED
#include <zorp/zorp.h>
#define Z_SD_TPROXY_LINUX22 1
#define Z_SD_TPROXY_NETFILTER_V12 2
#define Z_SD_TPROXY_IPF 3
#define Z_SD_TPROXY_NETFILTER_V20 4
#define Z_SD_TPROXY_NETFILTER_V30 5
#define Z_SD_TPROXY_NETFILTER_V40 6
gboolean z_sysdep_init(const gchar *sysdep_tproxy_arg);
void z_sysdep_destroy(void);
#endif
|