*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2007-11-09 19:14:37 +00:00
parent 0e9350d434
commit 881056ff86
2 changed files with 10 additions and 4 deletions

View File

@ -78,8 +78,14 @@ PREPROCESSOR SYMBOLS
EV_H
The name of the ev.h header file used to include it. The default
if undefined is <ev.h> in event.h and "ev.h" in ev.c. This can be used
to virtually rename the ev.h header file
if undefined is <ev.h> in event.h and "ev.h" in ev.c. This can
be used to virtually rename the ev.h header file in case of
conflicts.
EV_EVENT_H
Similarly to EV_H, this macro cna be used to override event.c's idea
of where the event.h header can be found.
EV_USE_MONOTONIC

View File

@ -28,8 +28,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef _EVENT_H_
#define _EVENT_H_
#ifndef EVENT_H__
#define EVENT_H__
#ifdef EV_H
# include EV_H