ongrep

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

commit 6dd7b5f76f31b1490f845ee326694a7e41dd2e53
parent f0bbf0af42ab926afb58ddd7a0184c0250d91449
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Thu, 19 Apr 2001 01:44:52 +0000

added AIX define

Diffstat:
Mconfigure.in | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/configure.in b/configure.in @@ -164,6 +164,11 @@ unsigned short bar = foo.uh_sport; ;; +*aix*) + AC_DEFINE(AIX) + + ;; + *) AC_MSG_WARN(Your OS ($target_os) is not supported yet. Try\ playing with the build host and target options.)