etags.1
[bpt/emacs.git] / src / ndir.h
index 9fe4983..f02dfbd 100644 (file)
 #define MAXNAMLEN      (DIR$S_NAME + 7) /* 80 plus room for version #.  */
 #define MAXFULLSPEC    NAM$C_MAXRSS /* Maximum full spec */
 #else
+#ifdef WINDOWSNT
+#define MAXNAMLEN      255
+#else  /* not WINDOWSNT */
 #define MAXNAMLEN      15              /* maximum filename length */
+#endif /* not WINDOWSNT */
 #endif /* VMS */
        /* NOTE:  MAXNAMLEN must be one less than a multiple of 4 */