1
0
Fork 0
exim4/OS/unsupported/os.h-QNX
Daniel Baumann 802ab461a9
Adding upstream version 4.98.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:27:17 +02:00

25 lines
545 B
Text

/* Exim: OS-specific C header file for QNX */
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* 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 */