Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 1996 00:47:05 +1000 (EST)
From:      Andrew Cagney <cagney@tpgi.com.au>
To:        freebsd-ports@freebsd.org
Subject:   Differentiating pre and post 64bit off_t (was AUIS)
Message-ID:  <199610241447.AAA00475@kremvax.tpgi.com.au>

next in thread | raw e-mail | index | archive | help
Briefly,

What is the correct way of differentiating between pre and
post 64bit off_t FreeBSD systems?

When compiling AUIS on NetBSD I originally used

  #if defined(__NetBSD__) && ! defined(__386BSD__)

but later found that I was ment to be using something like

  *if __NetBSD__ > NNNNNN

(or some such).  What would be an equivalent test for FreeBSD?

		Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610241447.AAA00475>