1
1

Ensure we see the correct config.h, and silence the warnings caused by duplicate defines

This commit was SVN r25938.
Этот коммит содержится в:
Ralph Castain 2012-02-16 02:50:57 +00:00
родитель 1ee6d5d21a
Коммит 7fd3ee6662

Просмотреть файл

@ -4,7 +4,16 @@
*/
#include "opal_config.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
#include <sys/types.h>