Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h.
[deliverable/binutils-gdb.git] / gdb / acconfig.h
index bf52c4f375bd022ea55b44c834cb0e24e4e96257..ad2140cfe217d9d956898ae785515a9718d493ea 100644 (file)
@@ -1,3 +1,6 @@
+/* Define if compiling on Solaris 7. */
+#undef _MSE_INT_H
+
 /* Define if pstatus_t type is available */
 #undef HAVE_PSTATUS_T
 
 /* Define if gregset_t type is available. */
 #undef HAVE_GREGSET_T
 
+/* Define if you want to use new multi-fd /proc interface
+   (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
+#undef NEW_PROC_API
+
 /* Define if ioctl argument PIOCSET is available. */
 #undef HAVE_PROCFS_PIOCSET
 
-/* /proc PID entries are directories containing the files
-   ctl as map status */
-#undef HAVE_MULTIPLE_PROC_FDS
-
 /* Define if the `long long' type works.  */
 #undef CC_HAS_LONG_LONG
 
 #undef WITH_SIM
 
 /* Set to true if the save_state_t structure is present */
-#define HAVE_STRUCT_SAVE_STATE_T 0
+#undef HAVE_STRUCT_SAVE_STATE_T
 
 /* Set to true if the save_state_t structure has the ss_wide member */
-#define HAVE_STRUCT_MEMBER_SS_WIDE 0
+#undef HAVE_STRUCT_MEMBER_SS_WIDE
+
+/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request.  */
+#undef HAVE_PTRACE_GETREGS
+
+/* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request.  */
+#undef HAVE_PTRACE_GETXFPREGS
+
+/* Define if gnu-regex.c included with GDB should be used. */
+#undef USE_INCLUDED_REGEX
This page took 0.027716 seconds and 4 git commands to generate.