[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 23 Dec 2024 12:17:02 -0500 (EST) |
branch: master
commit 5b080d7d961960057a1c6304e43b02d212ea4eb0
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Dec 23 17:00:13 2024 +0000
* system.h (HAVE_LONG_FILENAMES): Remove as it is not used
anywhere.
---
ChangeLog | 5 +++++
system.h | 4 ----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 080d0aff44..a9f26f5047 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * system.h (HAVE_LONG_FILENAMES): Remove as it is not used
+ anywhere.
+
2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
* info/info.h, install-info/install-info.c:
diff --git a/system.h b/system.h
index f90dd1bab2..e782a44a71 100644
--- a/system.h
+++ b/system.h
@@ -67,11 +67,9 @@
# ifdef __MSDOS__
# include <limits.h>
# ifdef __DJGPP__
-# define HAVE_LONG_FILENAMES(dir) (pathconf (dir, _PC_NAME_MAX) > 12)
# define NULL_DEVICE "/dev/null"
# define DEFAULT_INFOPATH "c:/djgpp/info;/usr/local/info;/usr/info;."
# else /* O_BINARY && !__DJGPP__ */
-# define HAVE_LONG_FILENAMES(dir) (0)
# define NULL_DEVICE "NUL"
# endif /* O_BINARY && !__DJGPP__ */
# define SET_SCREEN_SIZE_HELPER terminal_prep_terminal()
@@ -80,7 +78,6 @@
# ifndef setmode
# define setmode(f,m) _setmode(f,m)
# endif
-# define HAVE_LONG_FILENAMES(dir) (1)
# define NULL_DEVICE "NUL"
# endif /* O_BINARY && !__MSDOS__ */
# ifdef __CYGWIN__
@@ -119,7 +116,6 @@ extern int kill (pid_t, int);
# define IS_ABSOLUTE(n) ((n)[0] == '/')
# define FILENAME_CMP strcmp
# define FILENAME_CMPN strncmp
-# define HAVE_LONG_FILENAMES(dir) (1)
# define PATH_SEP ":"
# define STRIP_DOT_EXE 0
# define NULL_DEVICE "/dev/null"
- master updated (e3ddefe01b -> 309c8e11bb), Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject],
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2024/12/23