mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 18:00:40 -08:00
(XOS_NEEDS_TIME_H): Defined.
This commit is contained in:
parent
2144fd18d2
commit
5203799247
2 changed files with 6 additions and 0 deletions
|
|
@ -258,3 +258,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* This is how to get the device name of the control end of a pty. */
|
||||
#define PTY_NAME_SPRINTF \
|
||||
sprintf (pty_name, "/dev/ptym/pty%c%x", c, i);
|
||||
|
||||
/* This triggers a conditional in xfaces.c. */
|
||||
#define XOS_NEEDS_TIME_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#include "usg5-4.h"
|
||||
|
||||
/* This triggers a conditional in xfaces.c. */
|
||||
#define XOS_NEEDS_TIME_H
|
||||
|
||||
#define POSIX
|
||||
|
||||
/* Here is how to find X Windows. The -R option says where
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue