r1298: Panel icons highlight when the pointer is over them.
[rox-filer.git] / ROX-Filer / src / config.h.in
blob8516160ccb7f81227d072c032dc0d6b788f25a85
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 WITH_GNOMEVFS
16 #undef LARGE_FILE_SUPPORT
18 #undef HAVE_REGEX_H
20 #include "rox_gettext.h"
21 #include "my_vfs.h"
23 #define _(String) rox_gettext(String)
25 /* Short for gettext_noop() - marks a string as translatable without
26 * actually translating it at that point. Used by xgettext.
28 #define N_(String) (String)
30 /* printf format string to print file sizes */
31 #ifdef LARGE_FILE_SUPPORT
32 # define SIZE_FMT "lld"
33 #else
34 # define SIZE_FMT "ld"
35 #endif
37 #define GTK_DISABLE_DEPRECATED