From e9844a4f1d8a4cb9642c00db552a40f65f3748b8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 28 May 2004 15:32:51 -0300 Subject: `popen' is not ANSI and therefore was removed from the basic library --- luaconf.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index ebf4d170..7fb2f843 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.2 2004/05/10 13:58:26 roberto Exp roberto $ +** $Id: luaconf.h,v 1.3 2004/05/10 17:50:51 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -258,16 +258,6 @@ #endif -/* -** by default, posix systems get `popen' -*/ -#if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 2 -#define USE_POPEN 1 -#else -#define USE_POPEN 0 -#endif - - #endif -- cgit v1.2.3-55-g6feb