Changeset 503 in kBuild for trunk/src/gmake/glob/glob.h
- Timestamp:
- Sep 15, 2006 5:09:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/glob/glob.h
r53 r503 1 1 /* Copyright (C) 1991, 92, 95, 96, 97, 98 Free Software Foundation, Inc. 2 2 3 4 5 6 7 8 9 10 11 12 13 You should have received a copy of the GNU Library General Public 14 License along with the GNU C Library; see the file COPYING.LIB. If not, 15 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 16 Boston, MA 02111-1307,USA. */3 The GNU C Library is free software; you can redistribute it and/or 4 modify it under the terms of the GNU Library General Public License as 5 published by the Free Software Foundation; either version 2 of the 6 License, or (at your option) any later version. 7 8 The GNU C Library is distributed in the hope that it will be useful, 9 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 Library General Public License for more details. 12 13 You should have received a copy of the GNU Library General Public License 14 along with this library; see the file COPYING.LIB. If not, write to the Free 15 Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 16 USA. */ 17 17 18 18 #ifndef _GLOB_H … … 25 25 #undef __ptr_t 26 26 #if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32 27 # if !defined __GLIBC__ || !defined __P27 # if !defined __GLIBC__ 28 28 # undef __P 29 29 # undef __PMT
Note:
See TracChangeset
for help on using the changeset viewer.