summaryrefslogtreecommitdiff
path: root/include/filenames.h
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2001-10-16 12:47:31 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2001-10-16 12:47:31 +0000
commitd87f46bd321a71fdc6259d0e6c9df6c382c26c76 (patch)
tree9e6d2e5fe6ca7a8619a8153da5e4ad4bbb89635d /include/filenames.h
parentc601d3ef2742de647902ee094ad42f9c00095481 (diff)
downloadbinutils-redhat-d87f46bd321a71fdc6259d0e6c9df6c382c26c76.tar.gz
* filenames.h: Add cygwin to the list of dosish style path systems.
Diffstat (limited to 'include/filenames.h')
-rw-r--r--include/filenames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filenames.h b/include/filenames.h
index ba933c8530..ca9e2732a3 100644
--- a/include/filenames.h
+++ b/include/filenames.h
@@ -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