summaryrefslogtreecommitdiff
path: root/gconf/gconf-internals.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-09-11 21:58:49 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-09-11 21:58:49 +0000
commit16c7bcf0113a2b927c5b392ef797532e98246bdb (patch)
tree6b5e63803fafc3b1ab8f9e77ebd8e389fdf37b67 /gconf/gconf-internals.c
parent7332883604e505f102df46f7f9ed1d0068f0e0c5 (diff)
downloadgconf-16c7bcf0113a2b927c5b392ef797532e98246bdb.tar.gz
Actually use gettext. Involves checking in configure.in, linking to it in
2000-09-11 Havoc Pennington <hp@redhat.com> * Actually use gettext. Involves checking in configure.in, linking to it in Makefile.am, making _() do the right thing. I have gettext in libc instead of -lintl though, so I'm not going to see Makefile bugs - maybe someone can check on it.
Diffstat (limited to 'gconf/gconf-internals.c')
-rw-r--r--gconf/gconf-internals.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gconf/gconf-internals.c b/gconf/gconf-internals.c
index 65a61590..2d7fb01d 100644
--- a/gconf/gconf-internals.c
+++ b/gconf/gconf-internals.c
@@ -37,21 +37,6 @@
#include <time.h>
#include <math.h>
-
-/* Quick hack so I can mark strings */
-
-#ifdef _
-#warning "_ already defined"
-#else
-#define _(x) x
-#endif
-
-#ifdef N_
-#warning "N_ already defined"
-#else
-#define N_(x) x
-#endif
-
static gboolean gconf_daemon_mode = FALSE;
static gchar* daemon_ior = NULL;