diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-04 20:19:28 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-04 20:19:28 +0000 |
commit | 021196e07a707bcf33b3d03b8e59e3550b684653 (patch) | |
tree | ce3e353d1b0b7b61224ce99e00945f64e1da3836 | |
parent | 1cc46fbf537a89aa60128e84b5973a831221220d (diff) | |
download | coreutils-021196e07a707bcf33b3d03b8e59e3550b684653.tar.xz |
Regenerate.
-rw-r--r-- | config.hin | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.hin b/config.hin index f191f7b2f..20fa12f02 100644 --- a/config.hin +++ b/config.hin @@ -1410,6 +1410,11 @@ <sys/cpustats.h>. */ #undef UMAX4_3 +/* Define to 1 if you want getc etc. to use unlocked I/O if available. + Unlocked I/O can improve performance in unithreaded apps, but it is not + safe for multithreaded apps. */ +#undef USE_UNLOCKED_IO + /* Version number of package */ #undef VERSION |