Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal strptime.c strptime.h Makefile.am Makefile.n

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Jun 2001 01:21:14 -0500 (CDT)
guy         2001/06/02 01:21:14 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake acconfig.h 
                         configure.in 
  Added files:
    .                    strptime.c strptime.h 
  Log:
  Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in
  the glibc "strptime()" (modified so it doesn't require the rest of
  glibc), set up the configure script to check for it, and set up
  Makefile.am and Makefile.nmake to use it.
  
  Get rid of NEED_MKSTEMP - nothing uses it.
  
  Revision  Changes    Path
  1.330     +5 -3      ethereal/Makefile.am
  1.113     +3 -2      ethereal/Makefile.nmake
  1.19      +2 -2      ethereal/acconfig.h
  1.128     +10 -2     ethereal/configure.in