nfqws,tpws: remove @<config_file> function from OpenBSD

This commit is contained in:
bol-van
2024-11-03 15:32:51 +03:00
parent 74b6281770
commit 31d4eaaa14
4 changed files with 32 additions and 0 deletions

View File

@@ -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;