Protoization.
[deliverable/binutils-gdb.git] / gdb / acconfig.h
index 1829352eca764c9c1e5e799197693156b5cda793..f9e2b32a2640f45e86eadabef1212b8008069b41 100644 (file)
@@ -1,16 +1,17 @@
+/* Define if compiling on Solaris 7. */
+#undef _MSE_INT_H
 
-/* Whether malloc must be declared even if <stdlib.h> is included.  */
-#undef NEED_DECLARATION_MALLOC
+/* Define if your struct reg has r_fs.  */
+#undef HAVE_STRUCT_REG_R_FS
 
-/* Whether realloc must be declared even if <stdlib.h> is included.  */
-#undef NEED_DECLARATION_REALLOC
+/* Define if your struct reg has r_gs.  */
+#undef HAVE_STRUCT_REG_R_GS
 
-/* Whether free must be declared even if <stdlib.h> is included.  */
-#undef NEED_DECLARATION_FREE
+/* Define if pstatus_t type is available */
+#undef HAVE_PSTATUS_T
 
-/* Whether strerror must be declared even if <string.h> is included.  */
-#undef NEED_DECLARATION_STRERROR
-@TOP@
+/* Define if prrun_t type is available */
+#undef HAVE_PRRUN_T
 
 /* Define if fpregset_t type is available. */
 #undef HAVE_FPREGSET_T
 /* Define if gregset_t type is available. */
 #undef HAVE_GREGSET_T
 
+/* Define if <sys/procfs.h> has prgregset_t. */
+#undef HAVE_PRGREGSET_T
+
+/* Define if <sys/procfs.h> has prfpregset_t. */
+#undef HAVE_PRFPREGSET_T
+
+/* Define if <sys/procfs.h> has lwpid_t. */
+#undef HAVE_LWPID_T
+
+/* Define if <sys/procfs.h> has psaddr_t. */
+#undef HAVE_PSADDR_T
+
+/* Define if the prfpregset_t type is broken. */
+#undef PRFPREGSET_T_BROKEN
+
+/* 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
+
 /* Define if the `long long' type works.  */
 #undef CC_HAS_LONG_LONG
 
 /* If you want to specify a default CPU variant, define this to be its
    name, as a C string.  */
 #undef TARGET_CPU_DEFAULT
+
+/* Define if the simulator is being linked in.  */
+#undef WITH_SIM
+
+/* Set to true if the save_state_t structure is present */
+#undef HAVE_STRUCT_SAVE_STATE_T
+
+/* Set to true if the save_state_t structure has the ss_wide member */
+#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
+
+/* BFD's default architecture. */
+#undef DEFAULT_BFD_ARCH
+
+/* BFD's default target vector. */
+#undef DEFAULT_BFD_VEC
+
+/* Multi-arch enabled. */
+#undef GDB_MULTI_ARCH
+
This page took 0.026865 seconds and 4 git commands to generate.