summaryrefslogtreecommitdiff
path: root/configh.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-27 17:52:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-27 17:52:25 +0000
commit41195fbba6680eea46cdd0629aa35b3689f53014 (patch)
treed1ffd93e10c898891a1c8e5ac1d955b944bb3880 /configh.in
parent660cc7cfcc984482944e4a65f1fcf17c01019dd7 (diff)
Updated to include <sys/select.h> as needed.
Removed IRIX select() prototype - not needed for IRIX 5.3 or higher. git-svn-id: file:///fltk/svn/fltk/trunk@254 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
-rw-r--r--configh.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/configh.in b/configh.in
index 2e04d8321..791d37742 100644
--- a/configh.in
+++ b/configh.in
@@ -1,5 +1,5 @@
/*
- * "$Id: configh.in,v 1.9 1999/01/07 19:16:47 mike Exp $"
+ * "$Id: configh.in,v 1.10 1999/01/27 17:52:22 mike Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
* @configure_input@
@@ -135,6 +135,14 @@
#define HAVE_VSPRINTF 0
/*
+ * HAVE_SYS_SELECT_H:
+ *
+ * Whether or not select() call has its own header file.
+ */
+
+#define HAVE_SYS_SELECT 0
+
+/*
* HAVE_POLL:
*
* Use poll() if we don't have select().
@@ -151,5 +159,5 @@
#define HAVE_LIBJPEG 0
/*
- * End of "$Id: configh.in,v 1.9 1999/01/07 19:16:47 mike Exp $".
+ * End of "$Id: configh.in,v 1.10 1999/01/27 17:52:22 mike Exp $".
*/