Ruby  1.9.3p537(2014-02-19revision0)
ext/etc/extconf.h
Go to the documentation of this file.
00001 #ifndef EXTCONF_H
00002 #define EXTCONF_H
00003 #define HAVE_GETLOGIN 1
00004 #define HAVE_GETPWENT 1
00005 #define HAVE_GETGRENT 1
00006 #define SYSCONFDIR "/etc"
00007 #define HAVE_STRUCT_PASSWD_PW_GECOS 1
00008 #define HAVE_ST_PW_GECOS 1
00009 #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
00010 #define HAVE_ST_PW_PASSWD 1
00011 #define HAVE_STRUCT_GROUP_GR_PASSWD 1
00012 #define HAVE_ST_GR_PASSWD 1
00013 #endif
00014