stkagent: Define DBUS_TIMEOUT_INFINITE if undefined

This commit is contained in:
Marcel Holtmann 2011-08-15 11:15:20 -07:00
parent 6240b76294
commit 1f1544d0be
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
#include "stkutil.h"
#include "stkagent.h"
#ifndef DBUS_TIMEOUT_INFINITE
#define DBUS_TIMEOUT_INFINITE ((int) 0x7fffffff)
#endif
enum allowed_error {
ALLOWED_ERROR_GO_BACK = 0x1,
ALLOWED_ERROR_TERMINATE = 0x2,