diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-05-28 15:32:51 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-05-28 15:32:51 -0300 |
commit | e9844a4f1d8a4cb9642c00db552a40f65f3748b8 (patch) | |
tree | c50e34d66382e47b239f404ea5478899593796a6 /luaconf.h | |
parent | c61bb89dbac0913cc28c775a58238403be75026f (diff) | |
download | lua-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.h | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -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 | ||