]> jfr.im git - irc/quakenet/newserv.git/commitdiff
only define __USE_BSD if not defined
authorPaul <redacted>
Sun, 26 Oct 2008 23:51:25 +0000 (23:51 +0000)
committerPaul <redacted>
Sun, 26 Oct 2008 23:51:25 +0000 (23:51 +0000)
--HG--
branch : paul

lua/lua.h

index e9736812a72293dcc5638642ba4c0cb07334d3eb..81ff0bfcc37fdb344fcee635cff3b61ad48812a1 100644 (file)
--- a/lua/lua.h
+++ b/lua/lua.h
@@ -5,7 +5,9 @@
 #ifndef _LUA_H
 #define _LUA_H
 
+#ifndef __USE_BSD
 #define __USE_BSD
+#endif
 
 #include <lua.h>
 #include <lauxlib.h>