changeset 3523:cbdd97be643e

(USE_UNLOCKED_IO): Define to 1 if not already defined.
author Jim Meyering <jim@meyering.net>
date Wed, 26 Sep 2001 08:27:42 +0000
parents 22741f3461fb
children 34eca431af41
files lib/gen-uio
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/gen-uio
+++ b/lib/gen-uio
@@ -5,6 +5,10 @@
 #ifndef UNLOCKED_IO_H
 # define UNLOCKED_IO_H 1
 
+# ifndef USE_UNLOCKED_IO
+#  define USE_UNLOCKED_IO 1
+# endif
+
 # if USE_UNLOCKED_IO
 
 /* These are wrappers for functions/macros from GNU libc.