From 80fe6e859302cb771bb6b6f10feb1766d765778b Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 14 Oct 2018 03:11:38 +0200 Subject: Allow using non-standard usbmuxd socket address via environment variable By using USBMUXD_SOCKET_ADDRESS environment variable, it is possible to make libusbmuxd connect to the specified address. The value needs to be in format ADDRESS:PORT (or UNIX:PATH on unix systems). If no port number is specified or parsing fails, the standard socket address (or unix domain socket file path) will be used silently. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ab056b6..d64e116 100644 --- a/configure.ac +++ b/configure.ac @@ -74,6 +74,7 @@ case ${host_os} in *mingw32*|*cygwin*) AC_MSG_RESULT([yes]) win32=true + AC_DEFINE(WINVER, 0x0501, [minimum Windows version]) ;; darwin*) AC_MSG_RESULT([no]) -- cgit v1.1-32-gdbae