diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2001-10-16 12:47:31 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2001-10-16 12:47:31 +0000 |
commit | 4c89d75d4f294fbf0d72cecb28a984bd287763c6 (patch) | |
tree | 52fc78380a95bbad567d6b98bc70f43eefaae319 /include/filenames.h | |
parent | 1e09179fb7a37a1e88353fb93ca12dfb6fdece39 (diff) | |
download | gdb-4c89d75d4f294fbf0d72cecb28a984bd287763c6.zip gdb-4c89d75d4f294fbf0d72cecb28a984bd287763c6.tar.gz gdb-4c89d75d4f294fbf0d72cecb28a984bd287763c6.tar.bz2 |
* filenames.h: Add cygwin to the list of dosish style path systems.
Diffstat (limited to 'include/filenames.h')
-rw-r--r-- | include/filenames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filenames.h b/include/filenames.h index ba933c8..ca9e273 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 |