comparison configure @ 15058:f48dc20c9185

- fix gcc warnings, strlcat/strlcpy prototypes - fix bad sscanf usage in geometry.c
author rathann
date Wed, 06 Apr 2005 11:57:10 +0000
parents f5a8c71d94cf
children a7f11c8091e4
comparison
equal deleted inserted replaced
15057:719883aa0adf 15058:f48dc20c9185
7056 $_def_strsep 7056 $_def_strsep
7057 7057
7058 /* Define this if your system has strlcpy */ 7058 /* Define this if your system has strlcpy */
7059 $_def_strlcpy 7059 $_def_strlcpy
7060 #ifndef HAVE_STRLCPY 7060 #ifndef HAVE_STRLCPY
7061 unsigned int strlcpy (char *dest, char *src, unsigned int size); 7061 unsigned int strlcpy (char *dest, const char *src, unsigned int size);
7062 #endif 7062 #endif
7063 7063
7064 /* Define this if your system has strlcat */ 7064 /* Define this if your system has strlcat */
7065 $_def_strlcat 7065 $_def_strlcat
7066 #ifndef HAVE_STRLCAT 7066 #ifndef HAVE_STRLCAT
7067 unsigned int strlcat (char *dest, char *src, unsigned int size); 7067 unsigned int strlcat (char *dest, const char *src, unsigned int size);
7068 #endif 7068 #endif
7069 7069
7070 /* Define this if your system has fseeko */ 7070 /* Define this if your system has fseeko */
7071 $_def_fseeko 7071 $_def_fseeko
7072 #ifndef HAVE_FSEEKO 7072 #ifndef HAVE_FSEEKO