forked from indilib/indi
-
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.
* Use CMAKE_DL_LIBS This variable handles different operating systems correctly. On some, like NetBSD, there is no libdl and the code is in libc. * Handle NetBSD like FreeBSD Fixes error about missing B576000 symbol. * Only use mremap if MREMAP_MAYMOVE exists. NetBSD has mremap, but no MREMAP_MAYMOVE. * Add header for sockaddr_in. * Link against librt for shm_*() * Also include sys/ioct.h on NetBSD. This should probably be done for other *BSDs too. TODO: Add a cmake check for it? * Always include stdarg.h It's a C library standard header, and it's needed for va_*. * Fix typo in macro check. * Do not include netinet/in.h on Windows also exclude Cygwin, unsure about that. * Do not link against librt on macOS.
- Loading branch information
Showing
6 changed files
with
11 additions
and
7 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
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
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