1 /****************************************************************************
2 CONFIG.H - Midnight Commander Configuration for OS/2
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 ----------------------------------------------------------------------------
22 - Changed from Alexander Dong (ado) for OS/2
24 ----------------------------------------------------------------------------
30 ****************************************************************************/
35 # include <../VERSION>
37 # include <../VERSION.>
76 #if !defined(HAVE_SLANG) && !defined (USE_NCURSES)
81 #define RENAMED_NCURSES
84 typedef unsigned int umode_t
;
101 #define S_IRWXG 0000070
102 #define S_IRGRP 0000040
103 #define S_IWGRP 0000020
104 #define S_IXGRP 0000010
105 #define S_IRWXO 0000007
106 #define S_IROTH 0000004
107 #define S_IWOTH 0000002
108 #define S_IXOTH 0000001
110 /* FIXME: is this definition correct? */
114 #define pclose _pclose
119 #endif /* __BORLANDC__ */
121 #endif /* __CONFIG_H */