Ruby  2.0.0p247(2013-06-27revision41674)
include/ruby/subst.h
Go to the documentation of this file.
00001 #ifndef RUBY_SUBST_H
00002 #define RUBY_SUBST_H 1
00003 
00004 #undef snprintf
00005 #undef vsnprintf
00006 #define snprintf ruby_snprintf
00007 #define vsnprintf ruby_vsnprintf
00008 
00009 #ifdef BROKEN_CLOSE
00010 #undef getpeername
00011 #define getpeername ruby_getpeername
00012 #undef getsockname
00013 #define getsockname ruby_getsockname
00014 #undef shutdown
00015 #define shutdown ruby_shutdown
00016 #undef close
00017 #define close ruby_close
00018 #endif
00019 #endif
00020