ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/configure.in
(Generate patch)

Comparing projects/libstatgrab/configure.in (file contents):
Revision 1.65 by tdb, Sun Apr 4 21:35:44 2004 UTC vs.
Revision 1.66 by tdb, Tue Apr 6 13:40:41 2004 UTC

# Line 79 | Line 79 | freebsd5.*)
79          AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x])
80          LINKFLAGS="-ldevstat"
81          ;;
82 < netbsdelf*)
82 > netbsdelf1*)
83          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
84          AC_DEFINE(NETBSD, , [Building on NetBSD])
85 +        ;;
86 + netbsdelf2*)
87 +        AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
88 +        AC_DEFINE(NETBSD, , [Building on NetBSD])
89 +        AC_DEFINE(NETBSD2, , [Building on NetBSD 2.x])
90          ;;
91   openbsd*)
92          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines