ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit e6ac6e5a67db817e3a87f86ef27877214313e131
parent 63008c167c630e13a01f8595ecec9a9af68dfaed
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Thu, 16 Nov 2006 05:45:48 +0000

in the WIN32 compile scenario, start including config.h (from the UNIX
config.h.in), instead of relying on vs.net's project settings to manage
macros and #defines

Diffstat:
Mngrep.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ngrep.c b/ngrep.c @@ -57,6 +57,7 @@ #include <winsock2.h> #include <types.h> #include <inet_ntop.h> +#include <config.h> #define strcasecmp stricmp