diff options
author | root <root> | 2010-03-16 18:38:11 +0000 |
---|---|---|
committer | root <root> | 2010-03-16 18:38:11 +0000 |
commit | c5568c8fe01771bcaa754a9423a78ac21d581293 (patch) | |
tree | d771da183b27ddb9b60576acbc47f0fd4a239d6c | |
parent | 380006a6f4190262f419e4f67c59363b88773124 (diff) |
*** empty log message ***
-rw-r--r-- | event.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* * libevent compatibility header, only core events supported * - * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de> + * Copyright (c) 2007,2008,2010 Marc Alexander Lehmann <libev@schmorp.de> * All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- @@ -46,6 +46,10 @@ # include "ev.h" #endif +#ifndef EV_TIMEOUT +# define EV_TIMEOUT EV_TIMER +#endif + #ifdef __cplusplus extern "C" { #endif |