(S_ISLNK): Define if not defined.
This commit is contained in:
parent
5b7fc39559
commit
fa5c314daa
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ Lisp_Object Vtemporary_file_directory;
|
|||
|
||||
#include <utmp.h>
|
||||
|
||||
#if !defined (S_ISLNK) && defined (S_IFLNK)
|
||||
#define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
||||
#endif
|
||||
|
||||
/* A file whose last-modified time is just after the most recent boot.
|
||||
Define this to be NULL to disable checking for this file. */
|
||||
#ifndef BOOT_TIME_FILE
|
||||
|
|
Loading…
Add table
Reference in a new issue