ruby-changes:33599
From: usa <ko1@a...>
Date: Wed, 23 Apr 2014 11:47:21 +0900 (JST)
Subject: [ruby-changes:33599] usa:r45680 (trunk): * configure.in, win32/Makefile.sub: fsid_t is defined in include/ruby/win32.h.
usa 2014-04-23 11:47:07 +0900 (Wed, 23 Apr 2014) New Revision: 45680 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45680 Log: * configure.in, win32/Makefile.sub: fsid_t is defined in include/ruby/win32.h. Modified files: trunk/configure.in trunk/win32/Makefile.sub Index: configure.in =================================================================== --- configure.in (revision 45679) +++ configure.in (revision 45680) @@ -1059,8 +1059,9 @@ main() https://github.com/ruby/ruby/blob/trunk/configure.in#L1059 ac_cv_func_clock_gettime=yes ac_cv_func_clock_getres=yes ac_cv_func_malloc_usable_size=no - ac_cv_struct_statfs=yes + ac_cv_type_struct_statfs=yes ac_cv_member_struct_statfs_f_fstypename=yes + ac_cv_type_fsid_t=yes { test "$target_cpu" = x64 && ac_cv_func___builtin_setjmp=no; } AC_CHECK_TYPE([NET_LUID], [], [], [@%:@include <windows.h> Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 45679) +++ win32/Makefile.sub (revision 45680) @@ -701,6 +701,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L701 #define HAVE_RB_FD_INIT 1 #define HAVE_STRUCT_STATFS 1 #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 +#define HAVE_FSID_T 1 #define RUBY_SETJMP(env) _setjmp(env) #define RUBY_LONGJMP(env,val) longjmp(env,val) #define RUBY_JMP_BUF jmp_buf -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/