Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QNX support #34

Open
BunnySakura opened this issue Jan 20, 2024 · 2 comments
Open

Add QNX support #34

BunnySakura opened this issue Jan 20, 2024 · 2 comments

Comments

@BunnySakura
Copy link

basesocket.hpp

#if defined(__linux__) || defined(__APPLE__) || defined(__QNX__)
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
#include <netdb.h>
#elif _WIN32
#include <winsock32.h>
#endif

diffdefined(__QNX__)

@MagicKim
Copy link

MagicKim commented Aug 9, 2024

Does it support qnx system?

@BunnySakura
Copy link
Author

Does it support qnx system?它支持qnx系统吗?

是的,起码在我所用的QNX系统中有效工作。😊
Yes, at least it works effectively in the QNX system I use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants