diff options
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 2503c1b3c6..7f513af57f 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -465,6 +465,7 @@ direntrytype='struct dirent' doublesize='8' drand01="((rand() & 0x7FFF) / (double) ((unsigned long)1 << 15))" drand48_r_proto='0' +dtrace='' eagain='EAGAIN' ebcdic='undef' endgrent_r_proto='0' @@ -737,6 +738,7 @@ use64bitall='undef' use64bitint='undef' usecrosscompile='undef' usedl='undef' +usedtrace='undef' usefaststdio='undef' useithreads='undef' uselargefiles='undef' |