Lots of changes, see the CHANGELOG for full details: Recent changes include: v4.5 November 2003 (THC public release) * Added portability fixes for openbsd (thanks to tony@libpcap.net) * Added portability fixes for cygwin (thanks to nexus@patrol.i-way.co.uk) * Added 6 responses (thanks to jrdepriest@ftb.com, indole@bu.edu and t.veronesi@inwind.it)
13 lines
390 B
Text
13 lines
390 B
Text
$NetBSD: patch-ab,v 1.2 2003/11/21 13:20:51 adrian_p Exp $
|
|
|
|
--- amap.h.orig Fri Nov 21 12:16:45 2003
|
|
+++ amap.h Fri Nov 21 12:17:07 2003
|
|
@@ -29,7 +29,7 @@
|
|
#warning "PREFIX definition found, installing to this prefix directory location"
|
|
#define AMAP_PREFIX PREFIX
|
|
#else
|
|
- #define AMAP_PREFIX "/usr/local"
|
|
+ #define AMAP_PREFIX "@PREFIX@"
|
|
#endif
|
|
#endif
|
|
|