r898: Applied Bernard Jungen's latest patch:
[rox-filer.git] / ROX-Filer / src / config.h.in
blob89f3f5006c4e473e075cea290effa89dd4db6b52
1 /* The configure script will auto-generate config.h from config.h.in */
3 #define PROJECT "ROX-Filer"
4 #define VERSION "Unknown"
6 #undef STDC_HEADERS
7 #undef HAVE_SYS_UCRED_H
8 #undef HAVE_MNTENT_H
9 #undef HAVE_SYS_MNTENT_H
10 #undef HAVE_FCNTL_H
11 #undef HAVE_GETOPT_LONG
12 #undef HAVE_UNSETENV
13 #undef FILE_B_FLAG
14 #undef HAVE_LIBVFS
15 #undef HAVE_VFS_H
16 #undef HAVE_LOCALE_H
17 #undef GTK2
19 #undef HAVE_REGEX_H
20 #undef HAVE_RE_COMPILE_PATTERN
21 #undef HAVE_RE_SEARCH
23 #include "my_vfs.h"
24 #include "rox_gettext.h"
26 #define _(String) rox_gettext(String)
28 /* Short for gettext_noop() - marks a string as translatable without
29 * actually translating it at that point. Used by xgettext.
31 #define N_(String) (String)
33 #ifdef GTK2
34 # define GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
35 # define G_DISABLE_CONST_RETURNS
36 #else
37 # define gdk_x11_xatom_to_atom(x) (x)
38 # define gdk_x11_atom_to_xatom(x) (x)
39 #endif