white space

This commit is contained in:
Christopher Faylor
2006-05-28 15:50:14 +00:00
parent 29d1e62ed2
commit 34f5d0879c
19 changed files with 91 additions and 91 deletions

View File

@ -16,19 +16,19 @@ details. */
/* Various options should be defined here, but the framework to do this
is not laid down so far. Especially notable are the following defines,
which can be used by the application to switch on or off various
which can be used by the application to switch on or off various
datatypes and function prototypes:
_BSD_SOURCE to include pure BSD functions which are not defined
under POSIX.
under POSIX.
_POSIX_SOURCE if the application requests a POSIX compatible system.
_XOPEN_SOURCE if X/Open functions and datatypes are requested. This
option includes _POSIX_SOURCE.
option includes _POSIX_SOURCE.
_GNU_SOURCE to turn on GNU extensions which might collide with defines
used in application or library headers. This option
used in application or library headers. This option
includes _BSD_SOURCE, _XOPEN_SOURCE and _POSIX_SOURCE.
*/