summaryrefslogtreecommitdiff
path: root/support/gnomesupport-fake.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-02-10 21:10:16 +0000
committernobody <nobody@localhost>2002-02-10 21:10:16 +0000
commitc1151268becc6f2d76d99488c29e48829e21dda3 (patch)
tree2c681b46c6ec4a4ab7326e55b588d9758e0dd363 /support/gnomesupport-fake.h
parente8c33a0c0f2aa980e798db0594a823c697c10cb5 (diff)
downloadshared-mime-info-c1151268becc6f2d76d99488c29e48829e21dda3.tar.gz
This commit was manufactured by cvs2svn to create taggtranslator-0-40
'gtranslator-0-40'. svn path=/tags/gtranslator-0-40/; revision=2338
Diffstat (limited to 'support/gnomesupport-fake.h')
-rw-r--r--support/gnomesupport-fake.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/support/gnomesupport-fake.h b/support/gnomesupport-fake.h
deleted file mode 100644
index 3431ce92..00000000
--- a/support/gnomesupport-fake.h
+++ /dev/null
@@ -1,35 +0,0 @@
-#ifndef GNOMESUPPORT_FAKE_H_
-#define GNOMESUPPORT_FAKE_H_
-
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#include <stddef.h>
-/* ??? This is required to get `size_t' on some systems. */
-#include <sys/types.h>
-
-#include <gnomesupport.h>
-
-/* 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;
-
-/* Override some of config.h.
- Gnomesupport provides the replacements for these, so you actually
- HAVE_ them. */
-
-#ifndef HAVE_STRERROR
-# define HAVE_STRERROR 1
-#endif
-
-#ifndef HAVE_PROGRAM_INVOCATION_NAME
-# define HAVE_PROGRAM_INVOCATION_NAME 1
-#endif
-
-#ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME
-# define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
-#endif
-
-#endif /* GNOMESUPPORT_FAKE_H_ */