Mercurial > hg > xemacs-beta
comparison configure.in @ 777:e65d9cf16707
[xemacs-hg @ 2002-03-15 11:00:28 by ben]
config.h.in, sysdep.c, sysfile.h, systime.h: add HAVE_SYS_TIMES_H and use it to include sys/times.h, used for
struct tms in new POSIX() function times().
mule\mule-charset.el, obsolete.el, subr.el: Put back
previously-deleted truncate-string-to-width. Move other
non-Mule-specific stuff into subr.el or obsolete.el.
configure.in: check for sys/times.h.
author | ben |
---|---|
date | Fri, 15 Mar 2002 11:00:56 +0000 |
parents | 943eaba38521 |
children | a5954632b187 |
comparison
equal
deleted
inserted
replaced
776:79940b592197 | 777:e65d9cf16707 |
---|---|
2366 mach/mach.h dnl | 2366 mach/mach.h dnl |
2367 sys/param.h dnl | 2367 sys/param.h dnl |
2368 sys/pstat.h dnl | 2368 sys/pstat.h dnl |
2369 sys/time.h dnl | 2369 sys/time.h dnl |
2370 sys/timeb.h dnl | 2370 sys/timeb.h dnl |
2371 sys/times.h dnl | |
2371 sys/un.h dnl | 2372 sys/un.h dnl |
2372 ulimit.h dnl | 2373 ulimit.h dnl |
2373 unistd.h dnl | 2374 unistd.h dnl |
2374 ) | 2375 ) |
2375 AC_HEADER_SYS_WAIT | 2376 AC_HEADER_SYS_WAIT |