about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 9a83b774fa..6c25c923fa 100644
--- a/config.h.in
+++ b/config.h.in
@@ -117,9 +117,6 @@
    required version of GNU 'binutils' to 2.28 or later. */
 #define HAVE_AARCH64_SVE_ASM 0
 
-/* ARC big endian ABI */
-#undef HAVE_ARC_BE
-
 /* C-SKY ABI version.  */
 #undef CSKYABI
 
@@ -159,6 +156,12 @@
 /* Mach specific: define if the `host_page_size' RPC is available.  */
 #undef	HAVE_HOST_PAGE_SIZE
 
+/* Mach specific: define if the `thread_set_name' RPC is available.  */
+#undef  HAVE_MACH_THREAD_SET_NAME
+
+/* Mach specific: define if the `thread_get_name' RPC is available.  */
+#undef  HAVE_MACH_THREAD_GET_NAME
+
 /* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available.  */
 #undef	HAVE_I386_IO_PERM_MODIFY