mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 11:55:56 +00:00
Define SD_ID128_UUID_FORMAT_STR if missing, from Marc Reisner.
This commit is contained in:
parent
2dce45f427
commit
b6d0b4be30
@ -30,6 +30,11 @@
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
#ifndef SD_ID128_UUID_FORMAT_STR
|
||||
#define SD_ID128_UUID_FORMAT_STR \
|
||||
"%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x"
|
||||
#endif
|
||||
|
||||
int
|
||||
systemd_activated(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user