[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.8 and 1.9

version 1.8, 2014/01/04 13:40:01 version 1.9, 2014/04/23 23:29:10
Line 20  extern char  *fgetln(FILE *, size_t *);
Line 20  extern char  *fgetln(FILE *, size_t *);
 extern  int       getsubopt(char **, char * const *, char **);  extern  int       getsubopt(char **, char * const *, char **);
 extern  char     *suboptarg;  extern  char     *suboptarg;
 #endif  #endif
   #ifndef HAVE_REALLOCARRAY
   extern  void     *reallocarray(void *, size_t, size_t);
   #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.8  
changed lines
  Added in v.1.9

CVSweb