aboutsummaryrefslogtreecommitdiff
path: root/src/luasocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luasocket.h')
-rw-r--r--src/luasocket.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/luasocket.h b/src/luasocket.h
index 81d7b3f..716b7ff 100644
--- a/src/luasocket.h
+++ b/src/luasocket.h
@@ -16,13 +16,6 @@
16#define LUASOCKET_VERSION "LuaSocket 2.0 (beta)" 16#define LUASOCKET_VERSION "LuaSocket 2.0 (beta)"
17 17
18/*-------------------------------------------------------------------------*\ 18/*-------------------------------------------------------------------------*\
19* Library's namespace
20\*-------------------------------------------------------------------------*/
21#ifndef LUASOCKET_LIBNAME
22#define LUASOCKET_LIBNAME "socket"
23#endif
24
25/*-------------------------------------------------------------------------*\
26* This macro prefixes all exported API functions 19* This macro prefixes all exported API functions
27\*-------------------------------------------------------------------------*/ 20\*-------------------------------------------------------------------------*/
28#ifndef LUASOCKET_API 21#ifndef LUASOCKET_API