Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2003 09:35:44 -0400 (EDT)
From:      "Stephen J. Roznowski" <sjr@comcast.net>
To:        freebsd-hackers@freebsd.org
Subject:   _POSIX_C_SOURCE question
Message-ID:  <200305261335.h4QDZiqe054675@pcp325887pcs.catonv01.md.comcast.net>

next in thread | raw e-mail | index | archive | help
When compiling XFree86-4-libraries, I get the following warning:

  /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined
  /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined

Should this section of cdefs.h be wrapped with a

	#ifdef _POSIX_C_SOURCE
	#endif

section?

Thanks,
-- 
Stephen J. Roznowski    (sjr@comcast.net)



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