aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/tkutil/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/tkutil/extconf.rb')
-rw-r--r--ext/tk/tkutil/extconf.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/tk/tkutil/extconf.rb b/ext/tk/tkutil/extconf.rb
deleted file mode 100644
index 0b3ce03595..0000000000
--- a/ext/tk/tkutil/extconf.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-# frozen_string_literal: false
-begin
- require 'mkmf'
-
- have_func("rb_obj_instance_exec", "ruby.h")
- have_func("rb_obj_untrust", "ruby.h")
- have_func("rb_obj_taint", "ruby.h")
- have_func("rb_sym2str", "ruby.h")
- have_func("rb_id2str", "ruby.h")
- have_func("rb_ary_cat", "ruby.h")
- have_func("strndup", "string.h")
-
- create_makefile('tkutil')
-end