summaryrefslogtreecommitdiffstats
path: root/wince/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-14 14:57:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-14 14:57:53 +0000
commit82dfe23b180a149abc0cb782e55288a16eef965e (patch)
tree2af4ab7e7faed8c5211ff920bf6a3a1d43b28e67 /wince/Makefile.sub
parent1f7015406d3d1bd35eef897055fe2e73077302f1 (diff)
downloadruby-82dfe23b180a149abc0cb782e55288a16eef965e.tar.gz
ruby-82dfe23b180a149abc0cb782e55288a16eef965e.tar.xz
ruby-82dfe23b180a149abc0cb782e55288a16eef965e.zip
* configure.in: Check for the availability of pid_t, gid_t and uid_t and
remove AC_TYPE_UID_T. fixed: [ruby-core:04745] * defines.h: Remove pid_t typedef. * ruby.h: Define rb_pid_t, rb_gid_t and rb_uid_t in accordance with the available system types. * process.c: Change instances of pid_t and gid_t to their rb_* counterparts. * ext/pty/pty.c: Change pid_t to rb_pid_t. * vms/config.h: Define HAVE_{P,G,U}ID_T to 1. * win32/Makefile.sub: Remove #define for {g,u}id_t. * win32/win32.c: Change pid_t to rb_pid_t. * wince/Makefile.sub: Remove #define for {g,u}id_t. * wince/sys/types.h: Remove definitions of {p,g,u}id_t. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub2
1 files changed, 0 insertions, 2 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 3649d7763..4e5007a22 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -231,8 +231,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/wince/Makefile.sub
#define HAVE_FCNTL_H 1
#define HAVE_SYS_UTIME_H 1
#define HAVE_FLOAT_H 1
-#define uid_t int
-#define gid_t int
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_ST_RDEV 1
#define GETGROUPS_T int