/* * Deskflow -- mouse and keyboard sharing utility * SPDX-FileCopyrightText: (C) 2025 Deskflow Developers * SPDX-FileCopyrightText: (C) 2009 Symless Ltd. * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception */ // clang-format off /* Define if you have the `inet_aton` function. */ #define HAVE_INET_ATON 1 /* Define if you have a POSIX `sigwait` function. */ #define HAVE_POSIX_SIGWAIT 1 /* Define to 1 if you have the header file. */ #define HAVE_X11_EXTENSIONS_XRANDR_H 48 /* Define to 1 if you have the header file. */ #define HAVE_X11_EXTENSIONS_DPMS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_X11_EXTENSIONS_XINERAMA_H 1 /* Define to 1 if you have the header file. */ #define HAVE_X11_EXTENSIONS_XTEST_H 1 /* Define to 1 if you have the header file. */ #define HAVE_XI2 1 /* Define this if the XKB extension is available. */ #define HAVE_XKB_EXTENSION 1 // clang-format on