summaryrefslogtreecommitdiff
path: root/support/gnome-argp.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-05-29 00:01:33 +0000
committernobody <nobody@localhost>1999-05-29 00:01:33 +0000
commitdafada5f986d80ee9bc121ac36051984ecefc02c (patch)
tree9ee46a5ef674bdf62325cdb23bc745c6c14aab51 /support/gnome-argp.h
parent7cb04608d303797d3ba0aad728e571ae888d871e (diff)
downloadshared-mime-info-dafada5f986d80ee9bc121ac36051984ecefc02c.tar.gz
This commit was manufactured by cvs2svn to create tagGNOME_PIM_1_0_8
'GNOME_PIM_1_0_8'. svn path=/tags/GNOME_PIM_1_0_8/; revision=818
Diffstat (limited to 'support/gnome-argp.h')
-rw-r--r--support/gnome-argp.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/support/gnome-argp.h b/support/gnome-argp.h
deleted file mode 100644
index fc18a87f..00000000
--- a/support/gnome-argp.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Gnome-specific code to help with argp integration.
- Written by Tom Tromey <tromey@cygnus.com>. */
-
-#ifndef __GNOME_ARGP_H__
-#define __GNOME_ARGP_H__
-
-#ifndef HAVE_STRNDUP
-/* Like strdup, but only copy N chars. */
-extern char *strndup (const char *s, size_t n);
-#endif
-
-/* Some systems, like Red Hat 4.0, define these but don't declare
- them. Hopefully it is safe to always declare them here. */
-extern char *program_invocation_short_name;
-extern char *program_invocation_name;
-
-#define __mempcpy(To,From,Len) ((char *)memcpy ((To), (From), (Len)) + (Len))
-
-#endif /* __GNOME_ARGP_H__ */