r282: Bumped version number.
[rox-filer.git] / ROX-Filer / src / config.h.in
blobe162297af9bb162710f5769349044f9116b074bd
1 /* The configure script will auto-generate config.h from config.h.in */
3 #define PROJECT "ROX-Filer"
4 #define VERSION "0.1.23"
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)