From f6a6225e414858ff222d2b175369cc42459abf9a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 17 Mar 2011 04:02:35 +0100 Subject: def: centralize definition of default timeout in one place --- src/unit.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index 9b7eb5e854..4245f3cf1c 100644 --- a/src/unit.h +++ b/src/unit.h @@ -40,9 +40,6 @@ typedef enum UnitDependency UnitDependency; #include "execute.h" #include "condition.h" -#define DEFAULT_TIMEOUT_USEC (3*USEC_PER_MINUTE) -#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC) - enum UnitType { UNIT_SERVICE = 0, UNIT_SOCKET, -- cgit v1.2.3-54-g00ecf