nfqws,tpws: remove @config from android

This commit is contained in:
bol-van
2024-11-16 15:19:36 +03:00
parent 667d32a3e7
commit ee44aebcc4
5 changed files with 16 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
#include <stdio.h>
#include <time.h>
#include <sys/queue.h>
#ifndef __OpenBSD__
#if !defined( __OpenBSD__) && !defined(__ANDROID__)
#include <wordexp.h>
#endif
@@ -104,7 +104,7 @@ bool dp_list_have_autohostlist(struct desync_profile_list_head *head);
struct params_s
{
#ifndef __OpenBSD__
#if !defined( __OpenBSD__) && !defined(__ANDROID__)
wordexp_t wexp; // for file based config
#endif