* filenames.h: Add cygwin to the list of dosish style path systems.
authorChristopher Faylor <me+cygwin@cgf.cx>
Tue, 16 Oct 2001 12:47:31 +0000 (12:47 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Tue, 16 Oct 2001 12:47:31 +0000 (12:47 +0000)
include/ChangeLog
include/filenames.h

index 985b1ea3e81e7b044b3130f3bc25e394c0b92ac2..6c045d3bb47d52bd41775b1040140609c870f9fe 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-16  Christopher Faylor  <cgf@redhat.com>
+
+       * filenames.h: Add cygwin to the list of dosish style path systems.
+
 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * demangle.h (demangler_engine): Const-ify.
index ba933c8530ee9e718d09bf98a1231ea96e5650e7..ca9e2732a3266fba66b53fe61f3370c3eef580dd 100644 (file)
@@ -5,7 +5,7 @@
    use forward- and back-slash in path names interchangeably, and
    some of them have case-insensitive file names.
 
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright 2000, 2001 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
@@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef FILENAMES_H
 #define FILENAMES_H
 
-#if defined(__MSDOS__) || defined(_WIN32) || defined(__OS2__)
+#if defined(__MSDOS__) || defined(_WIN32) || defined(__OS2__) || defined (__CYGWIN__)
 
 #ifndef HAVE_DOS_BASED_FILE_SYSTEM
 #define HAVE_DOS_BASED_FILE_SYSTEM 1
This page took 0.027621 seconds and 4 git commands to generate.