diff options
Diffstat (limited to 'gdbserver/config.in')
-rw-r--r-- | gdbserver/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbserver/config.in b/gdbserver/config.in index c2ac4fe..63853b6 100644 --- a/gdbserver/config.in +++ b/gdbserver/config.in @@ -495,6 +495,9 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE +/* Use structured /proc on Solaris. */ +#undef _STRUCTURED_PROC + /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t |