annotate lib/argp-pin.c @ 13761:a19ace3ba849

Avoid line length limitation from HP NonStop system header files. * m4/include_next.m4 (gl_INCLUDE_NEXT): Define also PRAGMA_COLUMNS. * lib/arpa_inet.in.h: Use PRAGMA_COLUMNS. * lib/ctype.in.h: Likewise. * lib/dirent.in.h: Likewise. * lib/errno.in.h: Likewise. * lib/fcntl.in.h: Likewise. * lib/float.in.h: Likewise. * lib/getopt.in.h: Likewise. * lib/iconv.in.h: Likewise. * lib/inttypes.in.h: Likewise. * lib/langinfo.in.h: Likewise. * lib/locale.in.h: Likewise. * lib/math.in.h: Likewise. * lib/netdb.in.h: Likewise. * lib/netinet_in.in.h: Likewise. * lib/poll.in.h: Likewise. * lib/pthread.in.h: Likewise. * lib/pty.in.h: Likewise. * lib/sched.in.h: Likewise. * lib/se-selinux.in.h: Likewise. * lib/search.in.h: Likewise. * lib/signal.in.h: Likewise. * lib/spawn.in.h: Likewise. * lib/stdarg.in.h: Likewise. * lib/stddef.in.h: Likewise. * lib/stdint.in.h: Likewise. * lib/stdio.in.h: Likewise. * lib/stdlib.in.h: Likewise. * lib/string.in.h: Likewise. * lib/strings.in.h: Likewise. * lib/sys_file.in.h: Likewise. * lib/sys_ioctl.in.h: Likewise. * lib/sys_select.in.h: Likewise. * lib/sys_socket.in.h: Likewise. * lib/sys_stat.in.h: Likewise. * lib/sys_time.in.h: Likewise. * lib/sys_times.in.h: Likewise. * lib/sys_utsname.in.h: Likewise. * lib/sys_wait.in.h: Likewise. * lib/sysexits.in.h: Likewise. * lib/termios.in.h: Likewise. * lib/time.in.h: Likewise. * lib/unistd.in.h: Likewise. * lib/wchar.in.h: Likewise. * lib/wctype.in.h: Likewise. * modules/arpa_inet (Makefile.am): Substitute PRAGMA_COLUMNS. * modules/ctype (Makefile.am): Likewise. * modules/dirent (Makefile.am): Likewise. * modules/errno (Makefile.am): Likewise. * modules/fcntl-h (Makefile.am): Likewise. * modules/float (Makefile.am): Likewise. * modules/getopt-posix (Makefile.am): Likewise. * modules/iconv-h (Makefile.am): Likewise. * modules/inttypes (Makefile.am): Likewise. * modules/langinfo (Makefile.am): Likewise. * modules/locale (Makefile.am): Likewise. * modules/math (Makefile.am): Likewise. * modules/netdb (Makefile.am): Likewise. * modules/netinet_in (Makefile.am): Likewise. * modules/poll-h (Makefile.am): Likewise. * modules/pthread (Makefile.am): Likewise. * modules/pty (Makefile.am): Likewise. * modules/sched (Makefile.am): Likewise. * modules/search (Makefile.am): Likewise. * modules/selinux-h (Makefile.am): Likewise. * modules/signal (Makefile.am): Likewise. * modules/spawn (Makefile.am): Likewise. * modules/stdarg (Makefile.am): Likewise. * modules/stddef (Makefile.am): Likewise. * modules/stdint (Makefile.am): Likewise. * modules/stdio (Makefile.am): Likewise. * modules/stdlib (Makefile.am): Likewise. * modules/string (Makefile.am): Likewise. * modules/strings (Makefile.am): Likewise. * modules/sys_file (Makefile.am): Likewise. * modules/sys_ioctl (Makefile.am): Likewise. * modules/sys_select (Makefile.am): Likewise. * modules/sys_socket (Makefile.am): Likewise. * modules/sys_stat (Makefile.am): Likewise. * modules/sys_time (Makefile.am): Likewise. * modules/sys_times (Makefile.am): Likewise. * modules/sys_utsname (Makefile.am): Likewise. * modules/sys_wait (Makefile.am): Likewise. * modules/sysexits (Makefile.am): Likewise. * modules/termios (Makefile.am): Likewise. * modules/time (Makefile.am): Likewise. * modules/unistd (Makefile.am): Likewise. * modules/wchar (Makefile.am): Likewise. * modules/wctype (Makefile.am): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Oct 2010 23:35:51 +0200
parents c2cbabec01dd
children 97fc9a21a8fb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6477
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
1 /* Full and short program names for argp module
12559
c2cbabec01dd update nearly all FSF copyright year lists to include 2010
Jim Meyering <meyering@redhat.com>
parents: 12518
diff changeset
2 Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc.
6477
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
3
9309
bbbbbf4cd1c5 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents: 6477
diff changeset
4 This program is free software: you can redistribute it and/or modify
6477
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
5 it under the terms of the GNU General Public License as published by
9309
bbbbbf4cd1c5 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents: 6477
diff changeset
6 the Free Software Foundation; either version 3 of the License, or
bbbbbf4cd1c5 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents: 6477
diff changeset
7 (at your option) any later version.
6477
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
8
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
9 This program is distributed in the hope that it will be useful,
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
12 GNU General Public License for more details.
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
13
9309
bbbbbf4cd1c5 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents: 6477
diff changeset
14 You should have received a copy of the GNU General Public License
bbbbbf4cd1c5 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents: 6477
diff changeset
15 along with this program. If not, see <http://www.gnu.org/licenses/>. */
6477
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
16
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
17 #ifdef HAVE_CONFIG_H
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
18 # include <config.h>
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
19 #endif
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
20
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
21 #ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
22 char *program_invocation_short_name = 0;
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
23 #endif
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
24 #ifndef HAVE_PROGRAM_INVOCATION_NAME
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
25 char *program_invocation_name = 0;
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
26 #endif
2036f2f175db Define program_invocation_name and program_invocation_short_name on systems that lack them.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
27