r293: Updated the docs, plus a few minor changes.
[rox-filer/ma.git] / ROX-Filer / src / config.h.in
blob38804f3d311dc654bd37286caf6302102a8ed8b3
1 /* The configure script will auto-generate config.h from config.h.in */
3 #define PROJECT "ROX-Filer"
4 #define VERSION "0.1.24"
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)