summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/etc/extconf.h
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-16 18:49:26 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-30 00:39:06 +0900
commitfcbf63e62c627deae76c1b8cb8c0876c536ed811 (patch)
tree64cb17de3f41a2b6fef2368028fbd00349946994 /jni/ruby/ext/etc/extconf.h
Fresh start
Diffstat (limited to 'jni/ruby/ext/etc/extconf.h')
-rw-r--r--jni/ruby/ext/etc/extconf.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/jni/ruby/ext/etc/extconf.h b/jni/ruby/ext/etc/extconf.h
new file mode 100644
index 0000000..bf054fa
--- /dev/null
+++ b/jni/ruby/ext/etc/extconf.h
@@ -0,0 +1,18 @@
+#ifndef EXTCONF_H
+#define EXTCONF_H
+#define HAVE_SYS_UTSNAME_H 1
+#define HAVE_UNAME 1
+#define HAVE_GETLOGIN 1
+#define HAVE_GETPWENT 1
+#define HAVE_GETGRENT 1
+#define SYSCONFDIR "/usr/local/etc"
+#define HAVE_SYSCONF 1
+#define HAVE_CONFSTR 1
+#define HAVE_FPATHCONF 1
+#define HAVE_STRUCT_PASSWD_PW_GECOS 1
+#define HAVE_ST_PW_GECOS 1
+#define HAVE_STRUCT_PASSWD_PW_PASSWD 1
+#define HAVE_ST_PW_PASSWD 1
+#define HAVE_STRUCT_GROUP_GR_PASSWD 1
+#define HAVE_ST_GR_PASSWD 1
+#endif