summaryrefslogtreecommitdiff
path: root/src/basic/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-11-03 12:25:29 +0100
committerLennart Poettering <lennart@poettering.net>2015-11-03 17:45:11 +0100
commitb11d6a7bed4d867fb9f6ff4e7eb4ab20fcdc9301 (patch)
treed724afc2b5b4c81a87d68f4f5a8f46ea11789d61 /src/basic/def.h
parent5703176d6e9680c32caac1de2d6bdb84cdc72c96 (diff)
util-lib: move character class definitions to string-util.h
Diffstat (limited to 'src/basic/def.h')
-rw-r--r--src/basic/def.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/basic/def.h b/src/basic/def.h
index cbef137410..b33f9ae76a 100644
--- a/src/basic/def.h
+++ b/src/basic/def.h
@@ -43,12 +43,6 @@
#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT
#define SIGNALS_IGNORE SIGPIPE
-#define DIGITS "0123456789"
-#define LOWERCASE_LETTERS "abcdefghijklmnopqrstuvwxyz"
-#define UPPERCASE_LETTERS "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
-#define LETTERS LOWERCASE_LETTERS UPPERCASE_LETTERS
-#define ALPHANUMERICAL LETTERS DIGITS
-
#define REBOOT_PARAM_FILE "/run/systemd/reboot-param"
#ifdef HAVE_SPLIT_USR