Automatic date update in version.in
[deliverable/binutils-gdb.git] / sim / rl78 / config.in
index 5a5b182fb17247660d716b01fcfc35666c3f6bda..2be193d67171a67f13807c000446d70d3fdf8e53 100644 (file)
@@ -3,6 +3,9 @@
 /* Define if building universal (internal helper macro) */
 #undef AC_APPLE_UNIVERSAL_BUILD
 
+/* Sim debug setting */
+#undef DEBUG
+
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
 #undef ENABLE_NLS
 /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H
 
-/* Define to 1 if `struct stat' is a member of `st_atime'. */
+/* Define to 1 if `st_atime' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_ATIME
 
-/* Define to 1 if `struct stat' is a member of `st_blksize'. */
+/* Define to 1 if `st_blksize' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
 
-/* Define to 1 if `struct stat' is a member of `st_blocks'. */
+/* Define to 1 if `st_blocks' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_BLOCKS
 
-/* Define to 1 if `struct stat' is a member of `st_ctime'. */
+/* Define to 1 if `st_ctime' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_CTIME
 
-/* Define to 1 if `struct stat' is a member of `st_dev'. */
+/* Define to 1 if `st_dev' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_DEV
 
-/* Define to 1 if `struct stat' is a member of `st_gid'. */
+/* Define to 1 if `st_gid' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_GID
 
-/* Define to 1 if `struct stat' is a member of `st_ino'. */
+/* Define to 1 if `st_ino' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_INO
 
-/* Define to 1 if `struct stat' is a member of `st_mode'. */
+/* Define to 1 if `st_mode' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_MODE
 
-/* Define to 1 if `struct stat' is a member of `st_mtime'. */
+/* Define to 1 if `st_mtime' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_MTIME
 
-/* Define to 1 if `struct stat' is a member of `st_nlink'. */
+/* Define to 1 if `st_nlink' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_NLINK
 
-/* Define to 1 if `struct stat' is a member of `st_rdev'. */
+/* Define to 1 if `st_rdev' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_RDEV
 
-/* Define to 1 if `struct stat' is a member of `st_size'. */
+/* Define to 1 if `st_size' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_SIZE
 
-/* Define to 1 if `struct stat' is a member of `st_uid'. */
+/* Define to 1 if `st_uid' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_UID
 
 /* Define to 1 if you have the <sys/mman.h> header file. */
 /* Additional package description */
 #undef PKGVERSION
 
+/* Sim profile settings */
+#undef PROFILE
+
 /* Bug reporting address */
 #undef REPORT_BUGS_TO
 
 #endif
 
 
+/* Sim assert settings */
+#undef WITH_ASSERT
+
+/* Sim debug setting */
+#undef WITH_DEBUG
+
+/* Sim default environment */
+#undef WITH_ENVIRONMENT
+
+/* Sim profile settings */
+#undef WITH_PROFILE
+
+/* How to route I/O */
+#undef WITH_STDIO
+
+/* Sim trace settings */
+#undef WITH_TRACE
+
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
 #if defined AC_APPLE_UNIVERSAL_BUILD
This page took 0.023947 seconds and 4 git commands to generate.