-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: John Sanpe <[email protected]>
- Loading branch information
Showing
3 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
/* | ||
* Copyright(c) 2024 John Sanpe <[email protected]> | ||
*/ | ||
|
||
#ifndef __XDBD_CONFIG__H__ | ||
#define __XDBD_CONFIG__H__ | ||
|
||
#cmakedefine XDBD_CONFIG_LINUX | ||
#cmakedefine XDBD_CONFIG_OSX | ||
#cmakedefine XDBD_CONFIG_WIN | ||
|
||
#define XDBD_HAVE_SELECT 1 | ||
#endif /* __XDBD_CONFIG__H__ */ |
This file was deleted.
Oops, something went wrong.