Mercurial > hg > xemacs-beta
comparison src/sysfile.h @ 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 | 804517e16990 |
comparison
equal
deleted
inserted
replaced
776:79940b592197 | 777:e65d9cf16707 |
---|---|
1 /* | 1 /* |
2 Copyright (C) 1995 Free Software Foundation, Inc. | 2 Copyright (C) 1995 Free Software Foundation, Inc. |
3 Copyright (C) 2000, 2001 Ben Wing. | 3 Copyright (C) 2000, 2001, 2002 Ben Wing. |
4 | 4 |
5 This file is part of XEmacs. | 5 This file is part of XEmacs. |
6 | 6 |
7 XEmacs is free software; you can redistribute it and/or modify it | 7 XEmacs is free software; you can redistribute it and/or modify it |
8 under the terms of the GNU General Public License as published by the | 8 under the terms of the GNU General Public License as published by the |
79 a comment stating that stuff from here was needed on NeXT, Cygwin, | 79 a comment stating that stuff from here was needed on NeXT, Cygwin, |
80 and sunplay.c. However, Cygwin includes this automatically from | 80 and sunplay.c. However, Cygwin includes this automatically from |
81 fcntl.h, and Martin says that a "conforming" system should never | 81 fcntl.h, and Martin says that a "conforming" system should never |
82 need this. We will put it back if necessary on systems requiring it. */ | 82 need this. We will put it back if necessary on systems requiring it. */ |
83 /* # include <sys/fcntl.h> */ | 83 /* # include <sys/fcntl.h> */ |
84 #endif | 84 #endif /* WIN32_NATIVE */ |
85 | 85 |
86 #ifndef STDERR_FILENO | 86 #ifndef STDERR_FILENO |
87 #define STDIN_FILENO 0 | 87 #define STDIN_FILENO 0 |
88 #define STDOUT_FILENO 1 | 88 #define STDOUT_FILENO 1 |
89 #define STDERR_FILENO 2 | 89 #define STDERR_FILENO 2 |