mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-04 21:04:59 +08:00
35 lines
1.3 KiB
C
35 lines
1.3 KiB
C
/*
|
|
* 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. */
|
|
#cmakedefine HAVE_INET_ATON @HAVE_INET_ATON@
|
|
|
|
/* Define if you have a POSIX `sigwait` function. */
|
|
#cmakedefine HAVE_POSIX_SIGWAIT @HAVE_POSIX_SIGWAIT@
|
|
|
|
/* Define to 1 if you have the <X11/extensions/Xrandr.h> header file. */
|
|
#cmakedefine HAVE_X11_EXTENSIONS_XRANDR_H @HAVE_X11_EXTENSIONS_XRANDR_H@
|
|
|
|
/* Define to 1 if you have the <X11/extensions/dpms.h> header file. */
|
|
#cmakedefine HAVE_X11_EXTENSIONS_DPMS_H @HAVE_X11_EXTENSIONS_DPMS_H@
|
|
|
|
/* Define to 1 if you have the <X11/extensions/Xinerama.h> header file. */
|
|
#cmakedefine HAVE_X11_EXTENSIONS_XINERAMA_H @HAVE_X11_EXTENSIONS_XINERAMA_H@
|
|
|
|
/* Define to 1 if you have the <X11/extensions/XTest.h> header file. */
|
|
#cmakedefine HAVE_X11_EXTENSIONS_XTEST_H @HAVE_X11_EXTENSIONS_XTEST_H@
|
|
|
|
/* Define to 1 if you have the <X11/extensions/XInput2.h> header file. */
|
|
#cmakedefine HAVE_XI2 @HAVE_XI2@
|
|
|
|
/* Define this if the XKB extension is available. */
|
|
#cmakedefine HAVE_XKB_EXTENSION @HAVE_XKB_EXTENSION@
|
|
|
|
// clang-format on
|