Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal strncasecmp.c mkstemp.c Makefile.am

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date Next Thread Next
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 1 Oct 1999 16:41:43 -0500 (CDT)
guy         1999/10/01 16:41:41 CDT

  Modified files:
    .                    Makefile.am configure.in 
  Added files:
    .                    strncasecmp.c mkstemp.c 
  Log:
  Uwe Girlich's patch to handle OSes (e.g., SINIX) that lack
  "strncasecmp()" or "mkstemp()"; add in source to the GNU "libc"
  versions, and have the "configure" script check for the routines in
  question and set up the Makefile to build from our versions if they're
  missing.
  
  Revision  Changes    Path
  1.77      +9 -5      ethereal/Makefile.am
  1.48      +19 -1     ethereal/configure.in