1
0
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:
Richard M. Stallman 2002-02-06 15:44:28 +00:00
parent 5b7fc39559
commit fa5c314daa

View File

@ -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