diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-08-21 12:05:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-08-21 12:05:52 +0000 |
commit | bcb3dc3d553e30a82bfab16b7cc3da7e4e416203 (patch) | |
tree | c5da62dcef85fe8c5d109f47e716418883cad898 /gdb/config.in | |
parent | e7dc800a0cf0bd8918da4399ee8a04a9e8cea4b7 (diff) | |
download | gdb-bcb3dc3d553e30a82bfab16b7cc3da7e4e416203.zip gdb-bcb3dc3d553e30a82bfab16b7cc3da7e4e416203.tar.gz gdb-bcb3dc3d553e30a82bfab16b7cc3da7e4e416203.tar.bz2 |
* configure.in: Check for ttrace function.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 83b9142..e97479f 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -260,6 +260,9 @@ /* Define if you have the syscall function. */ #undef HAVE_SYSCALL +/* Define if you have the ttrace function. */ +#undef HAVE_TTRACE + /* Define if you have the <argz.h> header file. */ #undef HAVE_ARGZ_H |