summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-05-21 02:48:39 +0200
committerhwspeedy <ns@bigbear.dk>2024-05-21 02:48:39 +0200
commitafaeaad75072be55c286875d5478c064ddd4fde8 (patch)
treef3f0d304ab2abda89ecc0291de7b48ad465d56d4 /includes
parentd92107a44dc30dc098a300b9e156d03c19e489d8 (diff)
FIX binreloc dirs hardcoded - add verbose output
Diffstat (limited to 'includes')
-rw-r--r--includes/hardinfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h
index 83fe6090..0e59f045 100644
--- a/includes/hardinfo.h
+++ b/includes/hardinfo.h
@@ -33,10 +33,6 @@
#define HARDINFO2_COPYRIGHT_LATEST_YEAR 2024
-/*#ifndef LOCALEDIR
-#define LOCALEDIR "/usr/share/locale"
-#endif*/
-
typedef enum {
MODULE_FLAG_NONE = 0,
MODULE_FLAG_NO_REMOTE = 1<<0,