summaryrefslogtreecommitdiff
path: root/support/gnome-argp.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-04 19:29:35 +0000
committernobody <nobody@localhost>2001-08-04 19:29:35 +0000
commite88e0abe95c97fa34a4949f4e117da0a4fb3464e (patch)
tree0f0f7d161df8ec2e9a2e06dc0f87a8c17389d1e1 /support/gnome-argp.c
parent49cce413c7eb5507ae706b796836f16bb456709d (diff)
downloadshared-mime-info-guikachu-0_8.tar.gz
This commit was manufactured by cvs2svn to create tag 'guikachu-0_8'.guikachu-0_8
svn path=/tags/guikachu-0_8/; revision=1936
Diffstat (limited to 'support/gnome-argp.c')
-rw-r--r--support/gnome-argp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/support/gnome-argp.c b/support/gnome-argp.c
deleted file mode 100644
index 8f908628..00000000
--- a/support/gnome-argp.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Gnome-specific code to help with argp integration.
- Written by Tom Tromey <tromey@cygnus.com>. */
-
-#include <config.h>
-
-#ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME
-char *program_invocation_short_name;
-#endif
-
-#ifndef HAVE_PROGRAM_INVOCATION_NAME
-char *program_invocation_name;
-#endif