summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-05 12:49:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-05 12:49:17 +0000
commite368c662166aabc02416a51c6571a402a453e939 (patch)
tree7d9ac4cf097194c31edd6aaab315fda71346e2ce /lib
parent3b7230a743955067922648877a580ccdcab1a47a (diff)
downloadmailutils-e368c662166aabc02416a51c6571a402a453e939.tar.gz
mailutils-e368c662166aabc02416a51c6571a402a453e939.tar.bz2
Argp stuff needs data from pin.c. So, moved the file from /lib to /mailbox
Diffstat (limited to 'lib')
-rw-r--r--lib/pin.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/pin.c b/lib/pin.c
deleted file mode 100644
index 8d01bb60d..000000000
--- a/lib/pin.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Declaration of program_invocation_name and program_invocation_short_name
- 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;
-#endif

Return to:

Send suggestions and report system problems to the System administrator.