Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
98c276d1
...
98c276d195c57d716b1f00b0d860d3d75feaaacb
authored
2002-04-15 11:10:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
include <config.h>
1 parent
a0f48f7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
lib/pin.c
lib/pin.c
View file @
98c276d
...
...
@@ -2,6 +2,10 @@
for those libc's that don't already have it. These variable are needed
by the argp_ functions. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef HAVE_PROGRAM_INVOCATION_NAME
char
*
program_invocation_short_name
=
0
;
char
*
program_invocation_name
=
0
;
...
...
Please
register
or
sign in
to post a comment