]> git.eshelyaron.com Git - emacs.git/commitdiff
Define nlink_t for w32.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Feb 2011 14:02:45 +0000 (16:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Feb 2011 14:02:45 +0000 (16:02 +0200)
 nt/config.nt (nlink_t): Define.

nt/ChangeLog
nt/config.nt

index f20fbd1d31ae0ba42bead44520ebf0af0b6d8898..bfaba610bf230ca9e879ee0c18c7b48ff6c5b635 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.nt (nlink_t): Define.
+
 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
 
        * inc/stdint.h: New file, to support compilation with tool chains
index b5ef24fc18b437d99e360a8b55d9288ceda843d4..26fbc1c67c5be0f400663f13f6e42bb447f75854 100644 (file)
@@ -411,6 +411,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define my_strftime nstrftime   /* for strftime.c */
 
+/* Define to the type of st_nlink in struct stat, or a supertype. */
+#define nlink_t short
+
 #ifndef WINDOWSNT
 /* Some of the files of Emacs which are intended for use with other
    programs assume that if you have a config.h file, you must declare