diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-16 12:47:44 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-16 12:47:44 +0000 |
| commit | 88d54cd78bf73348e4f207ab3f741aa374f28b1c (patch) | |
| tree | d9310acf36b480d31f0c1527520fe7376f7953ca /bc5 | |
| parent | 36546824762618bbe76d4ac72b632ca9927acd9f (diff) | |
Massive update to use strlcpy() and strlcat() instead of strncpy()
and strncat() in almost all places (there are still a few strncpy's
that need to be used...)
Added configure check for strlcat() and strlcpy().
Added emulation code for strlcat() and strlcpy().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2239 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'bc5')
| -rw-r--r-- | bc5/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bc5/config.h b/bc5/config.h index 863581b93..386bf3e0e 100644 --- a/bc5/config.h +++ b/bc5/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.1.2.3 2001/01/22 15:13:38 easysw Exp $" + * "$Id: config.h,v 1.1.2.3.2.1 2002/05/16 12:47:42 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -131,7 +131,6 @@ #define HAVE_VSNPRINTF 0 #define HAVE_SNPRINTF 0 -#define HAVE_VSPRINTF 1 /* * HAVE_SYS_SELECT_H: @@ -150,5 +149,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.h,v 1.1.2.3 2001/01/22 15:13:38 easysw Exp $". + * End of "$Id: config.h,v 1.1.2.3.2.1 2002/05/16 12:47:42 easysw Exp $". */ |
