(USE_UNLOCKED_IO): Define to 1 if not already defined.
authorJim Meyering <jim@meyering.net>
Wed, 26 Sep 2001 08:27:42 +0000 (08:27 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 26 Sep 2001 08:27:42 +0000 (08:27 +0000)
lib/gen-uio

index 191719a..e7ef6a3 100755 (executable)
@@ -5,6 +5,10 @@ cat <<\EOF || fail=1
 #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.