+2009-01-23 Roland McGrath <roland@redhat.com>
+
+ * eu-config.h: Add multiple inclusion protection.
+
2009-01-17 Ulrich Drepper <drepper@redhat.com>
* system.h (ARGP_PROGRAM_VERSION_HOOK_DEF): Define.
Network licensing program, please visit www.openinventionnetwork.com
<http://www.openinventionnetwork.com>. */
+#ifndef EU_CONFIG_H
+#define EU_CONFIG_H 1
+
#ifdef USE_LOCKS
# include <pthread.h>
# include <assert.h>
/* This macro is used by the tests conditionalize for standalone building. */
#define ELFUTILS_HEADER(name) <lib##name.h>
+
+
+#endif /* eu-config.h */