diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-18 10:25:22 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-18 12:00:58 -0400 |
commit | 63a9e923e666ae3b878d3d3c10d79f10f567c661 (patch) | |
tree | 24e1be81ec6891b3f72dae672d0411463db1be14 /gdb/config.in | |
parent | 633f513999f36b6b059588a296cef6e715c3b91b (diff) | |
download | gdb-users/simark/autotools-bump.zip gdb-users/simark/autotools-bump.tar.gz gdb-users/simark/autotools-bump.tar.bz2 |
Generated filesusers/simark/autotools-bump
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/gdb/config.in b/gdb/config.in index aa46f07..5272902 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -450,40 +450,40 @@ /* 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. */ @@ -770,6 +770,11 @@ # 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 @@ -798,5 +803,8 @@ /* 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 |