From 86b5507486164da7cd7a71c6a688666ee3fb5d83 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 12 Feb 2001 15:12:14 +0000 Subject: Configure script changes to support man pages, HTMLDOC, AIX/QNX with strings.h, etc. Add check for strings.h in fluid/factory.cxx. Add directories and man page rules to makeinclude.in Rename man page sources; these are formatted to the correct extensions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/factory.cxx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'fluid') diff --git a/fluid/factory.cxx b/fluid/factory.cxx index f953aa162..a8f46c306 100644 --- a/fluid/factory.cxx +++ b/fluid/factory.cxx @@ -1,5 +1,5 @@ // -// "$Id: factory.cxx,v 1.4.2.9 2001/01/22 15:13:39 easysw Exp $" +// "$Id: factory.cxx,v 1.4.2.10 2001/02/12 15:12:14 easysw Exp $" // // Widget factory code for the Fast Light Tool Kit (FLTK). // @@ -34,10 +34,15 @@ #include #include #include -#include #include #include +#include + +#ifdef HAVE_STRINGS_H +# include +#endif // HAVE_STRINGS_H + #if defined(WIN32) || defined(__EMX__) #define strcasecmp stricmp #endif @@ -722,5 +727,5 @@ int lookup_symbol(const char *name, int &v, int numberok) { } // -// End of "$Id: factory.cxx,v 1.4.2.9 2001/01/22 15:13:39 easysw Exp $". +// End of "$Id: factory.cxx,v 1.4.2.10 2001/02/12 15:12:14 easysw Exp $". // -- cgit v1.2.3