mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-04 01:36:23 -04:00
Add an include guard
This commit is contained in:
parent
0915ca0aa6
commit
dc628c0304
@ -1,5 +1,7 @@
|
|||||||
/* evconfig-private.h template - see "Configuration Header Templates" */
|
/* evconfig-private.h template - see "Configuration Header Templates" */
|
||||||
/* in AC manual. Kevin Bowling <kevin.bowling@kev009.com */
|
/* in AC manual. Kevin Bowling <kevin.bowling@kev009.com */
|
||||||
|
#ifndef _EVENT_EVCONFIG__PRIVATE_H
|
||||||
|
#define _EVENT_EVCONFIG__PRIVATE_H
|
||||||
|
|
||||||
/* Enable extensions on AIX 3, Interix. */
|
/* Enable extensions on AIX 3, Interix. */
|
||||||
#ifndef _ALL_SOURCE
|
#ifndef _ALL_SOURCE
|
||||||
@ -37,3 +39,5 @@
|
|||||||
#ifndef _POSIX_SOURCE
|
#ifndef _POSIX_SOURCE
|
||||||
#undef _POSIX_SOURCE
|
#undef _POSIX_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user