Import Debian changes 4.92-8+deb10u3
[hcoop/debian/exim4.git] / OS / unsupported / static / gitweb.js
diff --git a/OS/os.h-QNX b/OS/os.h-QNX
deleted file mode 100644 (file)
index 798f799..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Exim: OS-specific C header file for QNX */
-/* Modified for QNX 6.2.0 with diffs from Samuli Tuomola. */
-
-#include <sys/select.h>
-
-/* This include is wrapped in an ifdef so as to be skipped for QNXRTP, which
-doesn't have/need this header file. From Karsten P. Hoffmann. */
-
-#ifdef __QNX__
-#include <unix.h>
-#endif
-
-#undef HAVE_STATFS
-#undef HAVE_VFS_H
-#undef HAVE_SYS_MOUNT_H
-
-#define NO_SYSEXITS
-
-extern int h_errno;
-
-/* default is non-const */
-#define ICONV_ARG2_TYPE const char **
-
-/* End */