aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/config.in')
-rw-r--r--sim/ppc/config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in
index 7434926..e081c74 100644
--- a/sim/ppc/config.in
+++ b/sim/ppc/config.in
@@ -1,5 +1,8 @@
/* config.in. Generated automatically from configure.in by autoheader. */
+#ifndef CONFIG_H
+#define CONFIG_H
+
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
@@ -45,3 +48,5 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+
+#endif