From 2ec91fc120df1da63c5e326770f69a35b4636fc7 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 4 Aug 2001 19:29:35 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'gnome-core-1-4'. svn path=/branches/gnome-core-1-4/; revision=1935 --- support/gnome-argp.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 support/gnome-argp.h (limited to 'support/gnome-argp.h') 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 . */ - -#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__ */ -- cgit v1.2.1