Changeset 1506 for trunk/src/emx/include/features.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/features.h
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1505 r1506 1 /* Copyright (C) 1991-1993,1995-2000,2001,2002 Free Software Foundation, Inc. 2 This file is part of the GNU C Library. 3 4 The GNU C Library is free software; you can redistribute it and/or 5 modify it under the terms of the GNU Lesser General Public 6 License as published by the Free Software Foundation; either 7 version 2.1 of the License, or (at your option) any later version. 8 9 The GNU C Library is distributed in the hope that it will be useful, 10 but WITHOUT ANY WARRANTY; without even the implied warranty of 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 Lesser General Public License for more details. 13 14 You should have received a copy of the GNU Lesser General Public 15 License along with the GNU C Library; if not, write to the Free 16 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 17 02111-1307 USA. */ 18 1 /* features.h,v 1.8 2004/09/14 22:27:32 bird Exp */ 19 2 /** @file 20 3 * GLIBC v2.3.2 … … 29 12 * from bitching. 30 13 */ 14 15 /* Copyright (C) 1991-1993,1995-2000,2001,2002 Free Software Foundation, Inc. 16 This file is part of the GNU C Library. 17 18 The GNU C Library is free software; you can redistribute it and/or 19 modify it under the terms of the GNU Lesser General Public 20 License as published by the Free Software Foundation; either 21 version 2.1 of the License, or (at your option) any later version. 22 23 The GNU C Library is distributed in the hope that it will be useful, 24 but WITHOUT ANY WARRANTY; without even the implied warranty of 25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 26 Lesser General Public License for more details. 27 28 You should have received a copy of the GNU Lesser General Public 29 License along with the GNU C Library; if not, write to the Free 30 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 31 02111-1307 USA. */ 31 32 32 33 #ifndef _FEATURES_H -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.