1
1
/* Declarations for getopt.
2
Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
2
Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
4
4
This program is free software; you can redistribute it and/or modify it
5
under the terms of the GNU Library General Public License as published
6
by the Free Software Foundation; either version 2, or (at your option)
5
under the terms of the GNU General Public License as published by the
6
Free Software Foundation; either version 2, or (at your option) any
9
9
This program is distributed in the hope that it will be useful,
10
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
12
GNU General Public License for more details.
14
You should have received a copy of the GNU Library General Public
15
License along with this program; if not, write to the Free Software
16
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
14
You should have received a copy of the GNU General Public License
15
along with this program; if not, write to the Free Software
16
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19
19
#define _GETOPT_H 1
52
/* Set to an option character which was unrecognized. */
52
56
/* Describe the long-named options requested by the application.
53
57
The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
54
58
of `struct option' terminated by an element containing a name which is