diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-30 10:15:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-30 10:15:29 +0900 |
| commit | 2eed261888e88d64799a28fc5e93eb8cc6110fe4 (patch) | |
| tree | eb86694a7d894f71c57946a5a57091fa5e9c16fc /examples | |
| parent | 3dbcbd3b708290bb652ab58168dbded1928cb8a2 (diff) | |
| download | libtdevnc-2eed261888e88d64799a28fc5e93eb8cc6110fe4.tar.gz libtdevnc-2eed261888e88d64799a28fc5e93eb8cc6110fe4.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/example.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/example.c b/examples/example.c index 406378e..169e81e 100644 --- a/examples/example.c +++ b/examples/example.c @@ -27,10 +27,6 @@ #include <unistd.h> #endif -#ifdef __IRIX__ -#include <netdb.h> -#endif - #include <rfb/rfb.h> #include <rfb/keysym.h> |
