comparison lib-src/getopt.c @ 19874:e8087b0f0080

automatically generated from GPLed version
author Ulrich Drepper <drepper@redhat.com>
date Thu, 11 Sep 1997 18:13:19 +0000
parents c0b08120c9f7
children 278944a16af3
comparison
equal deleted inserted replaced
19873:c0b08120c9f7 19874:e8087b0f0080
4 before changing it! 4 before changing it!
5 5
6 Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97 6 Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97
7 Free Software Foundation, Inc. 7 Free Software Foundation, Inc.
8 8
9 NOTE: The canonical source of this file is maintained with the GNU C Library. 9 NOTE: The canonical source of this file is maintained with the GNU C Library.
10 Bugs can be reported to bug-glibc@prep.ai.mit.edu. 10 Bugs can be reported to bug-glibc@prep.ai.mit.edu.
11 11
12 This program is free software; you can redistribute it and/or modify it 12 This program is free software; you can redistribute it and/or modify it
13 under the terms of the GNU General Public License as published by the 13 under the terms of the GNU General Public License as published by the
14 Free Software Foundation; either version 2, or (at your option) any 14 Free Software Foundation; either version 2, or (at your option) any
15 later version. 15 later version.
16 16
17 This program is distributed in the hope that it will be useful, 17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details. 20 GNU General Public License for more details.
21 21
22 You should have received a copy of the GNU General Public License 22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software 23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 24 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
25 USA. */ 25 USA. */
26 26
27 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. 27 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
28 Ditto for AIX 3.2 and <stdlib.h>. */ 28 Ditto for AIX 3.2 and <stdlib.h>. */
29 #ifndef _NO_PROTO 29 #ifndef _NO_PROTO
30 #define _NO_PROTO 30 #define _NO_PROTO