]> git.lyx.org Git - lyx.git/commitdiff
remove a cygwin #ifdef
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Feb 2002 17:07:14 +0000 (17:07 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Feb 2002 17:07:14 +0000 (17:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3512 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/ChangeLog
src/support/FileInfo.h

index 33a724dfb11307fe6abb0b99d206ed2009b52c1c..7f51bbc2002f9e61b61ae57bd9a98a46aae1bfac 100644 (file)
@@ -1,5 +1,7 @@
 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
+       * FileInfo.h: remove special cygwin code.
+
        * filetools.C (do_popen): use os::read_mode().
 
        * os_win32.C (read_mode): 
index 78a0a99575c58501cd41dffe63519f65f838194a..cf7a5a607400f47a8ea65eb4ae4a746c86572793 100644 (file)
 #include <boost/utility.hpp>
 #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