From cb63ab17d8bcb8cf7fb261b4a80c06cbdfc9093f Mon Sep 17 00:00:00 2001 From: Michael R Sweet <michael.r.sweet@gmail.com> Date: Thu, 25 Mar 1999 22:19:31 +0000 Subject: [PATCH] The HAVE_SYS_SELECT_H define was wrong in configin.h and friends. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@467 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configh.in | 6 +++--- makefiles/config.cygnus | 6 +++--- makefiles/config.mingw32 | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configh.in b/configh.in index 291de7dca..465bf2c94 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.11 1999/03/04 18:11:34 mike Exp $" + * "$Id: configh.in,v 1.11.2.1 1999/03/25 22:19:30 mike Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -140,7 +140,7 @@ * Whether or not select() call has its own header file. */ -#define HAVE_SYS_SELECT 0 +#define HAVE_SYS_SELECT_H 0 /* * HAVE_POLL: @@ -151,5 +151,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: configh.in,v 1.11 1999/03/04 18:11:34 mike Exp $". + * End of "$Id: configh.in,v 1.11.2.1 1999/03/25 22:19:30 mike Exp $". */ diff --git a/makefiles/config.cygnus b/makefiles/config.cygnus index 88bdd4fe8..629fc0dbf 100644 --- a/makefiles/config.cygnus +++ b/makefiles/config.cygnus @@ -1,5 +1,5 @@ /* - * "$Id: config.cygnus,v 1.4 1999/03/04 18:11:35 mike Exp $" + * "$Id: config.cygnus,v 1.4.2.1 1999/03/25 22:19:31 mike Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -139,7 +139,7 @@ * Whether or not select() call has its own header file. */ -#define HAVE_SYS_SELECT 0 +#define HAVE_SYS_SELECT_H 0 /* * HAVE_POLL: @@ -150,5 +150,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.cygnus,v 1.4 1999/03/04 18:11:35 mike Exp $". + * End of "$Id: config.cygnus,v 1.4.2.1 1999/03/25 22:19:31 mike Exp $". */ diff --git a/makefiles/config.mingw32 b/makefiles/config.mingw32 index cd151b3fd..c1e22a79d 100644 --- a/makefiles/config.mingw32 +++ b/makefiles/config.mingw32 @@ -1,5 +1,5 @@ /* - * "$Id: config.mingw32,v 1.4 1999/03/04 18:11:36 mike Exp $" + * "$Id: config.mingw32,v 1.4.2.1 1999/03/25 22:19:31 mike Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -139,7 +139,7 @@ * Whether or not select() call has its own header file. */ -#define HAVE_SYS_SELECT 0 +#define HAVE_SYS_SELECT_H 0 /* * HAVE_POLL: @@ -150,5 +150,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.mingw32,v 1.4 1999/03/04 18:11:36 mike Exp $". + * End of "$Id: config.mingw32,v 1.4.2.1 1999/03/25 22:19:31 mike Exp $". */