Define whether --query should be available, based on the same criteria as --remote for now (#101).

This commit is contained in:
Andrew Wood
2025-10-21 20:59:32 +01:00
parent de71cc2389
commit 60067ed4ea
+8
View File
@@ -51,3 +51,11 @@ typedef bool _Bool;
#define PV_REMOTE_CONTROL 1
# endif
#endif
/* Whether "--query" should be available. */
#undef PV_REMOTE_QUERY
#if HAVE_DECL_SA_SIGINFO
# if SIGINFO_PROVIDES_PID
#define PV_REMOTE_QUERY 1
# endif
#endif