Ensure we see the correct config.h, and silence the warnings caused by duplicate defines
This commit was SVN r25938.
Этот коммит содержится в:
родитель
1ee6d5d21a
Коммит
7fd3ee6662
@ -4,7 +4,16 @@
|
|||||||
*/
|
*/
|
||||||
#include "opal_config.h"
|
#include "opal_config.h"
|
||||||
#include "opal/constants.h"
|
#include "opal/constants.h"
|
||||||
#include "config.h"
|
|
||||||
|
/* protect common defines */
|
||||||
|
#undef PACKAGE_BUGREPORT
|
||||||
|
#undef PACKAGE_NAME
|
||||||
|
#undef PACKAGE_STRING
|
||||||
|
#undef PACKAGE_TARNAME
|
||||||
|
#undef PACKAGE_VERSION
|
||||||
|
|
||||||
|
#include "libevent/config.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user