mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
(S_ISLNK): Define if not defined.
This commit is contained in:
parent
5b7fc39559
commit
fa5c314daa
@ -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…
Reference in New Issue
Block a user