sanderjd-rmodbus 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +0,0 @@
1
- require 'mkmf'
2
-
3
- printf("checking for OS... ")
4
- STDOUT.flush
5
- os = /-([a-z]+)/.match(RUBY_PLATFORM)[1]
6
- puts(os)
7
- $CFLAGS += " -D#{os}"
8
-
9
- if !(os == 'mswin' or os == 'bccwin')
10
- exit(1) if not have_header("termios.h") or not have_header("unistd.h")
11
- end
12
-
13
- create_makefile("serialport")