diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-21 13:20:56 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-21 13:20:56 +0000 |
commit | eb3680908710531f83227809322df22b9e0ca98c (patch) | |
tree | e6525bf21f70a4fc445afebd2ba6ebe946359ca3 /gdb/config.in | |
parent | 7df428b11639efa0ec64b3f10a2472bd68316179 (diff) | |
download | gdb-eb3680908710531f83227809322df22b9e0ca98c.zip gdb-eb3680908710531f83227809322df22b9e0ca98c.tar.gz gdb-eb3680908710531f83227809322df22b9e0ca98c.tar.bz2 |
* config/i386/tm-linux.h (sys_quotactl): Do not define.
* configure.ac (sys_quotactl, START_INFERIOR_TRAPS_EXPECTED): Do not
define for i[[3456]]86-*-linux* native configurations.
* config.in, configure: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config.in b/gdb/config.in index e8f979c..1ca8e46 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -551,9 +551,6 @@ STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION -/* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ -#undef START_INFERIOR_TRAPS_EXPECTED - /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ #undef STAT_MACROS_BROKEN @@ -615,8 +612,5 @@ /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t -/* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ -#undef sys_quotactl - /* Define as `fork' if `vfork' does not work. */ #undef vfork |