diff options
author | Daniel Mack <github@zonque.org> | 2015-11-03 17:53:15 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-03 17:53:15 +0100 |
commit | 5604b971cf16bd936570d7496c01ce0bd8348632 (patch) | |
tree | cf4124bf2346ec37f07c07965ff2a5989f5f031e /src/basic/util.h | |
parent | 5703176d6e9680c32caac1de2d6bdb84cdc72c96 (diff) | |
parent | 119e9655dc36f18ed74f9a256d5c693b5aeb43ab (diff) |
Merge pull request #1767 from poettering/journald-watchdog
restore journald watchdog
Diffstat (limited to 'src/basic/util.h')
-rw-r--r-- | src/basic/util.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/basic/util.h b/src/basic/util.h index a8fba372d1..d9d2f72b75 100644 --- a/src/basic/util.h +++ b/src/basic/util.h @@ -44,13 +44,6 @@ #include "missing.h" #include "time-util.h" -/* What is interpreted as whitespace? */ -#define WHITESPACE " \t\n\r" -#define NEWLINE "\n\r" -#define QUOTES "\"\'" -#define COMMENTS "#;" -#define GLOB_CHARS "*?[" - size_t page_size(void) _pure_; #define PAGE_ALIGN(l) ALIGN_TO((l), page_size()) |