summaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
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