diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 05:30:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 05:30:59 +0000 |
commit | 24d6fe58f3f3ee99426122399460b049ad47b1bc (patch) | |
tree | 62b214332b802512ee5c51a769a20a7a26715a13 /include/features.h | |
parent | 16710d582967555671fc8f4a188bbea7432f2e7d (diff) | |
download | glibc-24d6fe58f3f3ee99426122399460b049ad47b1bc.tar.gz glibc-24d6fe58f3f3ee99426122399460b049ad47b1bc.tar.xz glibc-24d6fe58f3f3ee99426122399460b049ad47b1bc.zip |
Undef and document __USE_XOPEN2K.
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h index a3e5c142a7..ab3126cdbf 100644 --- a/include/features.h +++ b/include/features.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,95,96,97,98,99 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,95,96,97,98,99, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -57,6 +57,7 @@ __USE_XOPEN Define XPG things. __USE_XOPEN_EXTENDED Define X/Open Unix things. __USE_UNIX98 Define Single Unix V2 things. + __USE_XOPEN2K Define XPG6 things __USE_LARGEFILE64 Define LFS things with separate names. __USE_FILE_OFFSET64 Define 64bit interface as default. __USE_BSD Define 4.3BSD things. @@ -87,6 +88,7 @@ #undef __USE_XOPEN #undef __USE_XOPEN_EXTENDED #undef __USE_UNIX98 +#undef __USE_XOPEN2K #undef __USE_LARGEFILE #undef __USE_LARGEFILE64 #undef __USE_FILE_OFFSET64 |