2 * Copyright (C) 1999-2007 Free Software Foundation, Inc.
4 * This file is part of GNU gengetopt
6 * GNU gengetopt is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 3, or (at your option)
11 * GNU gengetopt is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
14 * Public License for more details.
16 * You should have received a copy of the GNU General Public License along
17 * with gengetopt; see the file COPYING. If not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24 #define HELP_LONG_OPT "help"
25 #define HELP_SHORT_OPT 'h'
26 #define HELP_SHORT_OPT_STR "h"
27 #define HELP_OPT_DESCR "Print help and exit"
29 #define FULL_HELP_LONG_OPT "full-help"
30 #define FULL_HELP_LONG_OPT_FIELD "full_help"
31 #define FULL_HELP_OPT_DESCR "Print help, including hidden options, and exit"
33 #define DETAILED_HELP_LONG_OPT "detailed-help"
34 #define DETAILED_HELP_LONG_OPT_FIELD "detailed_help"
35 #define DETAILED_HELP_OPT_DESCR "Print help, including all details and hidden options, and exit"
37 #define VERSION_LONG_OPT "version"
38 #define VERSION_SHORT_OPT 'V'
39 #define VERSION_SHORT_OPT_STR "V"
40 #define VERSION_OPT_DESCR "Print version and exit"
42 #endif /* GLOBAL_OPTS_H */