X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/14de8063d82edc5bf003ed50abdea55ac542679b..ad1a76fefdc79201fe2efaf0ef356acbb7938d46:/src/OS/unsupported/os.h-QNX diff --git a/src/OS/unsupported/os.h-QNX b/src/OS/unsupported/os.h-QNX new file mode 100644 index 000000000..798f799ed --- /dev/null +++ b/src/OS/unsupported/os.h-QNX @@ -0,0 +1,24 @@ +/* Exim: OS-specific C header file for QNX */ +/* Modified for QNX 6.2.0 with diffs from Samuli Tuomola. */ + +#include + +/* 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 +#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 */