summaryrefslogtreecommitdiff
path: root/pot.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
committerjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
commitd271d0a329a5b3e99f4ad209b5270a8648739ff0 (patch)
treebb40ea2801530ab7865737cdb77b60335d48aa5c /pot.h
parent077c4c5cd183f46e89f6cb5b1269019235bb9b8a (diff)
* Rewritten configuration script to create config.h (Jan Kara)
* Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
Diffstat (limited to 'pot.h')
-rw-r--r--pot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pot.h b/pot.h
index f77c550..0ab76d4 100644
--- a/pot.h
+++ b/pot.h
@@ -1,7 +1,7 @@
-#ifndef _POT_H
-#define _POT_H
+#ifndef POT_H
+#define POT_H
-#ifdef __GETTEXT__
+#ifdef USE_GETTEXT
#include <libintl.h>