]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
2003-01-09 06:04 robertc
authorhno <>
Thu, 19 Jun 2003 22:42:40 +0000 (22:42 +0000)
committerhno <>
Thu, 19 Jun 2003 22:42:40 +0000 (22:42 +0000)
Require _REENTRANT when compiing aufs

src/fs/aufs/aiops.cc

index e3fb62b0163f14858f3cbd8a2be0430b36d1bf93..b3f99bac4749591858c8319f2954eec1f35a22dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: aiops.cc,v 1.23 2003/02/21 22:50:29 robertc Exp $
+ * $Id: aiops.cc,v 1.24 2003/06/19 16:42:40 hno Exp $
  *
  * DEBUG: section 43    AIOPS
  * AUTHOR: Stewart Forster <slf@connect.com.au>
  *
  */
 
+#ifndef _REENTRANT
+#error "_REENTRANT MUST be defined to build squid async io support."
+#endif
+
 #include "squid.h"
 #include "store_asyncufs.h"