Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk colors.c

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: Sun, 21 Oct 2001 16:48:00 -0500 (CDT)
guy         2001/10/21 16:48:00 CDT

  Modified files:
    gtk                  colors.c 
  Log:
  Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in format
  strings used to generate pathnames.
  
  Move the definition of PF_DIR from <epan/epan.h> to <epan/filesystem.h>,
  so that files requiring only the definition of PF_DIR don't have to
  include <epan/epan.h>, and get rid of no-longer-necessary includes of
  <epan/epan.h>.
  
  Add a routine to get the directory for "system files" such as
  "/etc/ethers" - it's "/etc" on UNIX, and the datafile directory on
  Windows (as there's no "/etc" on Windows).  Use that to construct the
  pathname of the ethers and ipxnet files.
  
  Revision  Changes    Path
  1.10      +2 -4      ethereal/gtk/colors.c