summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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 ************** */