Add support for setclassresources() in the pipe transport on FreeBSD,
[exim.git] / src / OS / os.h-QNX
CommitLineData
61ec970d
PH
1/* $Cambridge: exim/src/OS/os.h-QNX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3/* Exim: OS-specific C header file for QNX */
4/* Modified for QNX 6.2.0 with diffs from Samuli Tuomola. */
5
6#include <sys/select.h>
7
8/* This include is wrapped in an ifdef so as to be skipped for QNXRTP, which
9doesn't have/need this header file. From Karsten P. Hoffmann. */
10
11#ifdef __QNX__
12#include <unix.h>
13#endif
14
15#undef HAVE_STATFS
16#undef HAVE_VFS_H
17#undef HAVE_SYS_MOUNT_H
18
19#define NO_SYSEXITS
20
21extern int h_errno;
22
23/* End */