summaryrefslogtreecommitdiff
path: root/src/systemd/src/basic/string-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/src/basic/string-util.h')
-rw-r--r--src/systemd/src/basic/string-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/src/basic/string-util.h b/src/systemd/src/basic/string-util.h
index ad0c813761..139cc8c91b 100644
--- a/src/systemd/src/basic/string-util.h
+++ b/src/systemd/src/basic/string-util.h
@@ -37,6 +37,7 @@
#define UPPERCASE_LETTERS "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
#define LETTERS LOWERCASE_LETTERS UPPERCASE_LETTERS
#define ALPHANUMERICAL LETTERS DIGITS
+#define HEXDIGITS DIGITS "abcdefABCDEF"
#define streq(a,b) (strcmp((a),(b)) == 0)
#define strneq(a, b, n) (strncmp((a), (b), (n)) == 0)