home: hub: 9ficl

Download patch

ref: dbd9a45febc634e2f9b6fa230e08bff3b0bd3cbf
parent: bd854a97abcfacda0ea18a7d7c62044a8eb1fd51
author: asau <asau@ficl.sf.net>
date: Fri Sep 10 04:39:32 CDT 2010

Recognize all Unix-like systems rather than only Linux.

--- a/ficl.h
+++ b/ficl.h
@@ -4,7 +4,7 @@
 ** Author: John Sadler (john_sadler@alum.mit.edu)
 ** Created: 19 July 1997
 ** Dedicated to RHS, in loving memory
-** $Id: ficl.h,v 1.19 2010/08/12 13:57:22 asau Exp $
+** $Id: ficl.h,v 1.20 2010/09/10 09:39:32 asau Exp $
 ********************************************************************
 **
 ** Copyright (c) 1997-2001 John Sadler (john_sadler@alum.mit.edu)
@@ -165,7 +165,7 @@
 	#include "ficlplatform/win32.h"
 #elif defined (FREEBSD_ALPHA)
 	#include "ficlplatform/alpha.h"
-#elif defined(linux)
+#elif defined(unix) || defined(__unix__) || defined(__unix)
 	#include "ficlplatform/unix.h"
 #endif /* platform */