Ethereal-dev: Re: [ethereal-dev] Changes for SINIX machines

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 1 Oct 1999 14:53:08 -0700 (PDT)
> Here comes the unified diff for the changes in Makefile.am and configure.in.

I just checked them in.

> These are necessary to get a clean compile under SINIX machines. I would even 
> think all SVR4 UNIX systems should profit form these changes.

All UNIXes lacking "mkstemp()" and/or "strncasecmp()" would benefit from
them; not all such UNIXes are necessarily SVR4, and at least one
SVR4-derived UNIX system has them (SunOS 5.5.1 and later).

> I had to change capture.c too because the new variable capture_child was
> used and declared as extern in globals.h but not defined in capture.c.

I'll move the definition from "gtk/main.c" to "capture.c" for other
reasons (so that any future versions of Ethereal that have UIs other
than GTK+-based ones won't have to duplicate the definition of
"capture_child" in their equivalents of "gtk/main.c").