summaryrefslogtreecommitdiff
path: root/src/basic/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-14 12:40:29 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-14 13:25:51 +0100
commitf05e1d0d9f21dd057bdf0f31d9bc3de509791eaa (patch)
tree97d9ca47bd370ab284d5a471af90de7a9353a5f3 /src/basic/def.h
parentecd5f1a9e060746258e8f93e8ba6b331e49e92f3 (diff)
downloadsystemd-f05e1d0d9f21dd057bdf0f31d9bc3de509791eaa.tar.gz
util: split out kbd related stuff
This stuff is neither generic enough to be in def.h, nor really has much to do with locale, hence give it its own .c/.h file pair.
Diffstat (limited to 'src/basic/def.h')
-rw-r--r--src/basic/def.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/basic/def.h b/src/basic/def.h
index 48344f7a8e..196778fcf9 100644
--- a/src/basic/def.h
+++ b/src/basic/def.h
@@ -21,19 +21,6 @@
#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT
#define SIGNALS_IGNORE SIGPIPE
-#if HAVE_SPLIT_USR
-#define KBD_KEYMAP_DIRS \
- "/usr/share/keymaps/\0" \
- "/usr/share/kbd/keymaps/\0" \
- "/usr/lib/kbd/keymaps/\0" \
- "/lib/kbd/keymaps/\0"
-#else
-#define KBD_KEYMAP_DIRS \
- "/usr/share/keymaps/\0" \
- "/usr/share/kbd/keymaps/\0" \
- "/usr/lib/kbd/keymaps/\0"
-#endif
-
/* Note that we use the new /run prefix here (instead of /var/run) since we require them to be aliases and that way we
* become independent of /var being mounted */
#define DEFAULT_SYSTEM_BUS_ADDRESS "unix:path=/run/dbus/system_bus_socket"