summaryrefslogtreecommitdiff
path: root/ace/config-qnx-neutrino.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-15 17:41:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-15 17:41:10 +0000
commitb64601a2012514039f982b07b2423d1c1a7f1c28 (patch)
treefb7330ae492222cefb095f1896f977b1e5d7e152 /ace/config-qnx-neutrino.h
parentc50b25b4f3e005905cce884b6f2f38bd1e3dc08e (diff)
downloadATCD-b64601a2012514039f982b07b2423d1c1a7f1c28.tar.gz
moved some #includes from config-qnx-neutrino.h to OS.h
Diffstat (limited to 'ace/config-qnx-neutrino.h')
-rw-r--r--ace/config-qnx-neutrino.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/ace/config-qnx-neutrino.h b/ace/config-qnx-neutrino.h
index 5299105e5de..cea218e345b 100644
--- a/ace/config-qnx-neutrino.h
+++ b/ace/config-qnx-neutrino.h
@@ -15,26 +15,14 @@
#include "ace/config-g++-common.h"
-#undef ACE_HAS_TYPENAME_KEYWORD
-
// The following defines the Neutrino compiler.
// gcc should know to call g++ as necessary
-
#ifdef __GNUC__
-# define ACE_CC_NAME "gcc"
+# define ACE_CC_NAME "gcc"
#else
-# define ACE_CC_NAME "NTO compiler ??"
+# define ACE_CC_NAME "NTO compiler ??"
#endif
-#include <sys/param.h> // for NBBY
-typedef long fd_mask;
-#ifndef NFDBITS
-# define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask */
-#endif
-
-// sets O_NDELAY
-#include <unix.h>
-
// /usr/nto/include/float.h defines
// FLT_MAX_EXP 127
// DBL_MAX_EXP 1023