summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-16 00:09:49 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-16 00:09:49 +0000
commit19d7b8d3fa2c73d68ed60250c091f70ec44edbec (patch)
treee63e6cb715a7dc5a22ed7a10e1ac53403ff8de34 /acconfig.h
parent14c62eb2beb36b2898187b89e6c5058f8942a693 (diff)
- (bal) QNX resync. OK tim@
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 78c48f1c2..c1c7c243b 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.113 2001/07/14 03:22:53 djm Exp $ */ 1/* $Id: acconfig.h,v 1.114 2001/08/16 00:09:50 mouring Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -323,6 +323,15 @@
323/* Define if your getopt(3) defines and uses optreset */ 323/* Define if your getopt(3) defines and uses optreset */
324#undef HAVE_GETOPT_OPTRESET 324#undef HAVE_GETOPT_OPTRESET
325 325
326/* Define on *nto-qnx systems */
327#undef MISSING_NFDBITS
328
329/* Define on *nto-qnx systems */
330#undef MISSING_HOWMANY
331
332/* Define on *nto-qnx systems */
333#undef MISSING_FD_MASK
334
326@BOTTOM@ 335@BOTTOM@
327 336
328/* ******************* Shouldn't need to edit below this line ************** */ 337/* ******************* Shouldn't need to edit below this line ************** */