Remove unused HAS_LFN_SUPPORT
authorRich Salz <rsalz@akamai.com>
Mon, 27 Jan 2020 20:39:17 +0000 (15:39 -0500)
committerPauli <paul.dale@oracle.com>
Fri, 7 Feb 2020 04:44:48 +0000 (14:44 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10959)

e_os.h

diff --git a/e_os.h b/e_os.h
index 60a3bf290be431b1a7cc3ddbdab1977f6f9aad20..e33c56dccbf55cb8b039c3f425a52d9f992cb8ea 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -65,7 +65,6 @@
 #   define _setmode setmode
 #   define _O_TEXT O_TEXT
 #   define _O_BINARY O_BINARY
-#   define HAS_LFN_SUPPORT(name)  (pathconf((name), _PC_NAME_MAX) > 12)
 #   undef DEVRANDOM_EGD  /*  Neither MS-DOS nor FreeDOS provide 'egd' sockets.  */
 #   undef DEVRANDOM
 #   define DEVRANDOM "/dev/urandom\x24"