diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-04-27 14:39:27 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-04-27 14:39:27 +0000 |
| commit | ff3295f0365fcb3262129047311072138e208fcd (patch) | |
| tree | 6b64d7cec6c67cdd487b5997fafbe5718342576b /configh.in | |
| parent | 36b469928ed6833c792dc1a7451e6b65b08dc266 (diff) | |
Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() for
all of the key and button states in FLTK.
SunOS 4.x changes (check for <sys/stdtypes.h> and don't rely on
realloc(NULL, size) working - this doesn't work on a lot of platforms!)
Fix nesting of #ifdefs in vsnprintf.c - the C++ wrapper stuff wasn't
being included outside the checks for the individual functions...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1444 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/configh.in b/configh.in index b6e4c7507..92bbb5295 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.11.2.8 2001/02/12 15:12:14 easysw Exp $" + * "$Id: configh.in,v 1.11.2.9 2001/04/27 14:39:27 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -137,7 +137,7 @@ #define HAVE_VSPRINTF 0 /* - * String functions... + * String functions and headers... */ #define HAVE_STRINGS_H 0 @@ -152,6 +152,14 @@ #define HAVE_SYS_SELECT_H 0 /* + * HAVE_SYS_STDTYPES_H: + * + * Whether or not we have the <sys/stdtypes.h> header file. + */ + +#define HAVE_SYS_STDTYPES_H 0 + +/* * USE_POLL: * * Use the poll() call provided on Linux and Irix instead of select() @@ -160,5 +168,5 @@ #define USE_POLL 0 /* - * End of "$Id: configh.in,v 1.11.2.8 2001/02/12 15:12:14 easysw Exp $". + * End of "$Id: configh.in,v 1.11.2.9 2001/04/27 14:39:27 easysw Exp $". */ |
