r279: Can now set run actions by dragging.
[rox-filer/ma.git] / ROX-Filer / src / config.h.in
blob4be37234c995d5e73b340fe212498029c0d40175
1 /* The configure script will auto-generate config.h from config.h.in */
3 #define PROJECT "ROX-Filer"
4 #define VERSION "0.1.22"
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 FILE_B_FLAG
13 #undef HAVE_LIBVFS
14 #undef HAVE_VFS_H
15 #undef HAVE_IMLIB
16 #undef HAVE_LOCALE_H
18 #include "my_vfs.h"
19 #include "rox_gettext.h"
21 #define _(String) rox_gettext(String)
23 /* Short for gettext_noop() - marks a string as translatable without
24 * actually translating it at that point. Used by xgettext.
26 #define N_(String) (String)