]> granicus.if.org Git - postgresql/commitdiff
Remove QNX file.
authorBruce Momjian <bruce@momjian.us>
Thu, 5 Jan 2006 02:43:38 +0000 (02:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 5 Jan 2006 02:43:38 +0000 (02:43 +0000)
src/include/port/qnx4.h [deleted file]

diff --git a/src/include/port/qnx4.h b/src/include/port/qnx4.h
deleted file mode 100644 (file)
index d47f6d9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <sys/types.h>                 /* for namser.h */
-#include <arpa/nameser.h>              /* for BYTE_ORDER */
-#include <process.h>                   /* for execv */
-#include <ioctl.h>                             /* for unix.h */
-#include <unix.h>
-#include <sys/select.h>                        /* for select */
-
-#undef HAVE_GETRUSAGE
-
-extern int     isnan(double dsrc);
-extern long random(void);
-extern void srandom(unsigned int seed);