00001 /* -*- C -*- 00002 * $Id: defs.h 25189 2009-10-02 12:04:37Z akr $ 00003 */ 00004 00005 #ifndef DEFS_H 00006 #define DEFS_H 00007 00008 #include "ruby.h" 00009 #include <sys/types.h> 00010 00011 #if defined(HAVE_SYS_CDEFS_H) 00012 # include <sys/cdefs.h> 00013 #endif 00014 #if !defined(__BEGIN_DECLS) 00015 # define __BEGIN_DECLS 00016 # define __END_DECLS 00017 #endif 00018 00019 #endif /* DEFS_H */ 00020