aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-05-28 15:32:51 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-05-28 15:32:51 -0300
commite9844a4f1d8a4cb9642c00db552a40f65f3748b8 (patch)
treec50e34d66382e47b239f404ea5478899593796a6 /luaconf.h
parentc61bb89dbac0913cc28c775a58238403be75026f (diff)
downloadlua-e9844a4f1d8a4cb9642c00db552a40f65f3748b8.tar.gz
lua-e9844a4f1d8a4cb9642c00db552a40f65f3748b8.tar.bz2
lua-e9844a4f1d8a4cb9642c00db552a40f65f3748b8.zip
`popen' is not ANSI and therefore was removed from the basic library
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/luaconf.h b/luaconf.h
index ebf4d170..7fb2f843 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.2 2004/05/10 13:58:26 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.3 2004/05/10 17:50:51 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -258,16 +258,6 @@
258#endif 258#endif
259 259
260 260
261/*
262** by default, posix systems get `popen'
263*/
264#if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 2
265#define USE_POPEN 1
266#else
267#define USE_POPEN 0
268#endif
269
270
271 261
272#endif 262#endif
273 263