isfinite, isinf, isnan tests: Avoid syntax error on MSVC 9.
[gnulib.git] / tests / test-nonblocking-pipe.h
index 5e93199..6a13f6b 100644 (file)
@@ -22,6 +22,7 @@
 
      Linux                           >= 63489
      Linux/SPARC                     >= 126977
+     Linux/IA-64                     >= 253953
      FreeBSD, OpenBSD, MacOS X       >= 65537
      AIX                             >= 32769
      HP-UX                           >= 8193
@@ -32,7 +33,7 @@
      Cygwin                          >= 65537
      native Win32                    >= 4097 (depends on the _pipe argument)
  */
-#if defined __osf__
+#if defined __osf__ || (defined __linux__ && defined __ia64__)
 # define PIPE_DATA_BLOCK_SIZE 270000
 #elif defined __linux__ && defined __sparc__
 # define PIPE_DATA_BLOCK_SIZE 140000