Bump to autoconf 2.69 and automake 1.15.1
[deliverable/binutils-gdb.git] / gdb / config.in
index aa46f0741054cba6cfd8324479f060637ea302cb..527290296ecd30cf2fb856d6c3f2d2a8957c3983 100644 (file)
 /* Define to 1 if your system has struct lwp. */
 #undef HAVE_STRUCT_LWP
 
-/* Define to 1 if `struct ptrace_lwpinfo' is a member of `pl_syscall_code'. */
+/* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
 #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE
 
-/* Define to 1 if `struct ptrace_lwpinfo' is a member of `pl_tdname'. */
+/* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
 #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME
 
-/* Define to 1 if `struct pt_insn' is a member of `enabled'. */
+/* Define to 1 if `enabled' is a member of `struct pt_insn'. */
 #undef HAVE_STRUCT_PT_INSN_ENABLED
 
-/* Define to 1 if `struct pt_insn' is a member of `resynced'. */
+/* Define to 1 if `resynced' is a member of `struct pt_insn'. */
 #undef HAVE_STRUCT_PT_INSN_RESYNCED
 
 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
 #undef HAVE_STRUCT_REG
 
-/* Define to 1 if `struct reg' is a member of `r_fs'. */
+/* Define to 1 if `r_fs' is a member of `struct reg'. */
 #undef HAVE_STRUCT_REG_R_FS
 
-/* Define to 1 if `struct reg' is a member of `r_gs'. */
+/* Define to 1 if `r_gs' is a member of `struct reg'. */
 #undef HAVE_STRUCT_REG_R_GS
 
-/* 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 thread' is a member of `td_pcb'. */
+/* Define to 1 if `td_pcb' is a member of `struct thread'. */
 #undef HAVE_STRUCT_THREAD_TD_PCB
 
-/* Define to 1 if `struct user_regs_struct' is a member of `fs_base'. */
+/* Define to 1 if `fs_base' is a member of `struct user_regs_struct'. */
 #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE
 
-/* Define to 1 if `struct user_regs_struct' is a member of `gs_base'. */
+/* Define to 1 if `gs_base' is a member of `struct user_regs_struct'. */
 #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE
 
 /* Define to 1 if you have the <sys/debugreg.h> header file. */
 # endif
 #endif
 
+/* Enable large inode numbers on Mac OS X 10.5.  */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
 
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
+
 /* Define as `fork' if `vfork' does not work. */
 #undef vfork
This page took 0.025241 seconds and 4 git commands to generate.