]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/def.h
util-lib: move character class definitions to string-util.h
[thirdparty/systemd.git] / src / basic / def.h
index cbef137410654d4f8334a5743dbecc871cb780ea..b33f9ae76a7185d08f06332e84df58e3eec1d3fa 100644 (file)
 #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