Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal config.h.win32 xmlstub.h configure.in

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: Fri, 2 Nov 2001 04:01:01 -0600 (CST)
guy         2001/11/02 04:01:01 CST

  Modified files:
    .                    config.h.win32 xmlstub.h configure.in 
  Log:
  Don't assume that all UNIX platforms have <iconv.h> - explicitly check
  whether it's present.
  
  This puts HAVE_ICONV_H in the "config.h" file, so put in an entry for it
  in "config.h.win32" - an entry that doesn't define it - and get rid of
  the check for WIN32 in "xmlstub.h".
  
  Revision  Changes    Path
  1.33      +4 -1      ethereal/config.h.win32
  1.2       +1 -3      ethereal/xmlstub.h
  1.140     +2 -1      ethereal/configure.in