mirror of
https://github.com/bol-van/zapret.git
synced 2025-08-10 01:02:03 +03:00
nfqws,tpws: remove @<config_file> function from OpenBSD
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include <time.h>
|
||||
#ifndef __OpenBSD__
|
||||
#include <wordexp.h>
|
||||
#endif
|
||||
|
||||
#include "tpws.h"
|
||||
#include "pools.h"
|
||||
@@ -81,7 +83,9 @@ void dp_list_destroy(struct desync_profile_list_head *head);
|
||||
|
||||
struct params_s
|
||||
{
|
||||
#ifndef __OpenBSD__
|
||||
wordexp_t wexp; // for file based config
|
||||
#endif
|
||||
|
||||
int debug;
|
||||
enum log_target debug_target;
|
||||
|
Reference in New Issue
Block a user