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

@@ -14,7 +14,9 @@
#include <stdio.h>
#include <time.h>
#include <sys/queue.h>
#ifndef __OpenBSD__
#include <wordexp.h>
#endif
#define TLS_PARTIALS_ENABLE true
@@ -96,7 +98,9 @@ bool dp_list_have_autohostlist(struct desync_profile_list_head *head);
struct params_s
{
#ifndef __OpenBSD__
wordexp_t wexp; // for file based config
#endif
enum log_target debug_target;
char debug_logfile[PATH_MAX];