ru.po: Corrections from Evgeny Bulgakov <bgav@netvision.net.il>
[midnight-commander.git] / acconfig.h
blob5e35af6ecbdeccb26ff4d9e027ee66a9281bcdca
1 /* This is the configuration file for the Midnight Commander. It was generated
2 by autoconf's configure.
4 Configure for Midnight Commander
5 Copyright (C) 1994, 1995 Janne Kukonlehto
6 Copyright (C) 1994, 1995 Miguel de Icaza
7 Copyright (C) 1995 Jakub Jelinek
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
24 @TOP@
26 #undef VERSION
27 #undef PACKAGE
29 /* Always defined */
30 #undef D_INO_IN_DIRENT
31 #undef IS_AIX
32 #undef MOUNTED_FREAD
33 #undef MOUNTED_FREAD_FSTYP
34 #undef MOUNTED_GETFSSTAT
35 #undef MOUNTED_GETMNT
36 #undef MOUNTED_GETMNTENT1
37 #undef MOUNTED_GETMNTENT2
38 #undef MOUNTED_GETMNTINFO
39 #undef MOUNTED_VMOUNT
40 #undef STAT_STATFS2_BSIZE
41 #undef STAT_STATFS2_FSIZE
42 #undef STAT_STATFS2_FS_DATA
43 #undef STAT_STATFS3_OSF1
44 #undef STAT_STATFS4
45 #undef STAT_STATVFS
47 /* Define umode_t if your system does not provide it */
48 #undef umode_t
50 /* Define nlink_t if your system does not provide it */
51 #undef nlink_t
53 /* Does the file command accepts the -L option */
54 #undef FILE_L
56 /* Does the file command work well with - option for stdin? */
57 #undef FILE_STDIN
59 /* Does the grep command work well with - option for stdin? */
60 #undef GREP_STDIN
62 /* Is the program using the GPM library? */
63 #undef HAVE_LIBGPM
65 /* Is the text edition compiled with X11 support? */
66 #undef HAVE_TEXTMODE_X11_SUPPORT
68 /* Is the program using the distributed slang library? */
69 #undef HAVE_SLANG
71 /* Is the program using a system-installed slang library? */
72 #undef HAVE_SYSTEM_SLANG
74 /* Define if the slang.h header file is inside a directory slang
75 ** in the standard directories
77 #undef SLANG_H_INSIDE_SLANG_DIR
79 /* Does the program have subshell support? */
80 #undef HAVE_SUBSHELL_SUPPORT
82 /* If you don't have gcc, define this */
83 #undef OLD_TOOLS
85 /* Found some version of curses that we're going to use */
86 #undef HAS_CURSES
88 /* Are you using other type of curses? */
89 #undef OTHER_CURSES
91 /* Is the subshell the default or optional? */
92 #undef SUBSHELL_OPTIONAL
94 /* Use SunOS SysV curses? */
95 #undef USE_SUNOS_CURSES
97 /* Use old BSD curses? */
98 #undef USE_BSD_CURSES
100 /* Use SystemV curses? */
101 #undef USE_SYSV_CURSES
103 /* Use Ncurses? */
104 #undef USE_NCURSES
106 /* If you Curses does not have color define this one */
107 #undef NO_COLOR_CURSES
109 /* Support the Midnight Commander Virtual File System? */
110 #undef USE_VFS
112 /* Support for the Memory Allocation Debugger */
113 #undef HAVE_MAD
115 /* Extra Debugging */
116 #undef MCDEBUG
118 /* If the Slang library will be using it's own terminfo instead of termcap */
119 #undef SLANG_TERMINFO
121 /* If Slang library should use termcap */
122 #undef USE_TERMCAP
124 /* If you have socket and the rest of the net functions use this */
125 #undef USE_NETCODE
127 /* If defined, use .netrc for FTP connections */
128 #undef USE_NETRC
130 /* If your operating system does not have enough space for a file name
131 * in a struct dirent, then define this
133 #undef NEED_EXTRA_DIRENT_BUFFER
135 /* Define this one if you want termnet support */
136 #undef USE_TERMNET
138 /* Defined if you have the file command */
139 #undef HAVE_FILECMD
141 /* Defined if you have libXpm, <X11/xpm.h>, libXext, <X11/extensions/shape.h> */
142 #undef HAVE_XPM_SHAPE
144 /* Defined if you have shadow passwords on Linux */
145 #undef LINUX_SHADOW
147 /* Defined if you have the crypt prototype in neither unistd.h nor crypt.h */
148 #undef NEED_CRYPT_PROTOTYPE
150 /* Defined if your CPP understands ## macro token pasting method */
151 #undef HAVE_PORTABLE_TOKEN_PASTING
153 /* Define if you want to turn on SCO-specific code */
154 #undef SCO_FLAVOR
156 /* Define if your system has struct linger */
157 #undef HAVE_STRUCT_LINGER
159 /* Define if your curses has this one (AIX, OSF/1) */
160 #undef USE_SETUPTERM
162 /* Link in ext2fs code for delfs experimental file system */
163 #undef USE_EXT2FSLIB
165 /* Define if you have putenv routine */
166 #undef HAVE_PUTENV
168 /* Define if you have isascii */
169 #undef HAVE_ISASCII
171 /* Define if you want to use the HSC firewall */
172 #undef HSC_PROXY
174 /* Define if your system uses PAM for auth stuff */
175 #undef HAVE_PAM
177 /* Define if you have the pmap_getmaps function */
178 #undef HAVE_PMAP_GETMAPS
180 /* Define if you have the <sys/select.h> header file. */
181 #undef HAVE_SYS_SELECT_H
183 /* Define if you have the get_process_stats function and have to use that instead of gettimeofday */
184 #undef HAVE_GET_PROCESS_STATS
186 /* Define if you want to call the internal routine edit() for the editor */
187 #undef USE_INTERNAL_EDIT
189 /* Define if your system has socketpair */
190 #undef HAVE_SOCKETPAIR
192 /* Do we have posix signals? */
193 #undef HAVE_SIGACTION
194 #undef HAVE_SIGPROCMASK
195 #undef HAVE_SIGEMPTYSET
196 #undef HAVE_SIGADDSET
198 /* Version of ncurses */
199 #undef NCURSES_970530
201 #undef HAVE_STPCPY
203 #undef ENABLE_NLS
204 #undef HAVE_CATGETS
205 #undef HAVE_GETTEXT
206 #undef HAVE_LC_MESSAGES
208 #undef WITH_SMBFS
210 @BOTTOM@
212 #ifdef HAVE_LIBPT
213 # define HAVE_GRANTPT
214 #endif
216 #if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBCRYPT_I)
217 # define HAVE_CRYPT
218 #endif
220 #ifdef HAVE_XVIEW
221 # include <xvmain.h>
222 #endif
224 #if defined(HAVE_SIGADDSET) && defined(HAVE_SIGEMPTYSET)
225 # if defined(HAVE_SIGACTION) && defined(HAVE_SIGPROCMASK)
226 # define SLANG_POSIX_SIGNALS
227 # endif
228 #endif
230 #ifdef __os2__
231 # define OS2_NT 1
232 # define S_ISFIFO(x) 0
234 # define NEEDS_IO_H
235 # define NEEDS_DRIVE_H
236 # define NEEDS_FCNTL_H
237 # define HAS_NO_GRP_PWD_H
238 # define HAS_NO_TERMIOS_H
239 # define HAS_NO_SYS_PARAM_H
240 # define HAS_NO_SYS_IOCTL_H
242 # define USE_O_TEXT
243 # define HAS_ACS_AS_PCCHARS
244 # define HAS_DIRECT_COLOR_ACCESS
245 # define NEEDS_CR_LF_TRANSLATION
246 #endif
248 #ifdef _OS_NT
249 # define OS2_NT 1
250 #endif
252 #ifndef OS2_NT
253 /* some Unices do not define this, and slang requires it: */
254 #ifndef unix
255 # define unix
256 #endif
257 #endif