[BACK]Return to config.h.post CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/config.h.post between version 1.10 and 1.11

version 1.10, 2014/08/04 23:44:29 version 1.11, 2014/08/05 12:50:52
Line 23  extern char  *suboptarg;
Line 23  extern char  *suboptarg;
 #ifndef HAVE_REALLOCARRAY  #ifndef HAVE_REALLOCARRAY
 extern  void     *reallocarray(void *, size_t, size_t);  extern  void     *reallocarray(void *, size_t, size_t);
 #endif  #endif
   #ifndef HAVE_SQLITE3_ERRSTR
   extern  const char *sqlite3_errstr(int);
   #endif
 #ifndef HAVE_STRCASESTR  #ifndef HAVE_STRCASESTR
 extern  char     *strcasestr(const char *, const char *);  extern  char     *strcasestr(const char *, const char *);
 #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb