X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 9 Jun 2015 16:16:06 -0400 Message-Id: <201506092016.t59KG6HI027463@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <557739E0.6070608@gmail.com> (djgpp@delorie.com) Subject: Re: Detecting the presence of doslfn? References: <201506091712 DOT t59HCPci004068 AT delorie DOT com> <557739E0 DOT 6070608 AT gmail DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk It's the right place. There's _use_lfn(): http://www.delorie.com/djgpp/doc/libc/libc_843.html Also, the function _get_volume_info() returns flags that describe the filesystem. One of them is _FILESYS_LFN_SUPPORTED: http://www.delorie.com/djgpp/doc/libc/libc_380.html