From: Jean-Marc Lasgouttes Date: Fri, 8 Feb 2002 17:07:14 +0000 (+0000) Subject: remove a cygwin #ifdef X-Git-Tag: 1.6.10~19883 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5e20b471dd8bce00fcff48cb8365cf9d1660022d;p=lyx.git remove a cygwin #ifdef git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3512 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 33a724dfb1..7f51bbc200 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,5 +1,7 @@ 2002-02-08 Jean-Marc Lasgouttes + * FileInfo.h: remove special cygwin code. + * filetools.C (do_popen): use os::read_mode(). * os_win32.C (read_mode): diff --git a/src/support/FileInfo.h b/src/support/FileInfo.h index 78a0a99575..cf7a5a6074 100644 --- a/src/support/FileInfo.h +++ b/src/support/FileInfo.h @@ -24,11 +24,6 @@ #include #include "LString.h" -#if defined(__CYGWIN__) //Cygwin has it's own concept of X_OK ??? -#undef X_OK -#define X_OK 1 -#endif - /** Use objects of this class to get information about files. * * Users must make sure to check fi.isOK() before any operations