diff options
Diffstat (limited to 'src/luasocket.h')
-rw-r--r-- | src/luasocket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/luasocket.h b/src/luasocket.h index 7756605..ac26824 100644 --- a/src/luasocket.h +++ b/src/luasocket.h | |||
@@ -18,7 +18,9 @@ | |||
18 | /*-------------------------------------------------------------------------*\ | 18 | /*-------------------------------------------------------------------------*\ |
19 | * Library's namespace | 19 | * Library's namespace |
20 | \*-------------------------------------------------------------------------*/ | 20 | \*-------------------------------------------------------------------------*/ |
21 | #ifndef LUASOCKET_LIBNAME | ||
21 | #define LUASOCKET_LIBNAME "socket" | 22 | #define LUASOCKET_LIBNAME "socket" |
23 | #endif | ||
22 | 24 | ||
23 | /*-------------------------------------------------------------------------*\ | 25 | /*-------------------------------------------------------------------------*\ |
24 | * This macro prefixes all exported API functions | 26 | * This macro prefixes all exported API functions |