1 /* The configure script will auto-generate config.h from config.h.in */
3 #define PROJECT "ROX-Filer"
4 #define VERSION "Unknown"
5 #define GTK_VERSION "Unknown"
8 #undef HAVE_SYS_UCRED_H
10 #undef HAVE_SYS_MNTENT_H
12 #undef HAVE_GETOPT_LONG
15 #undef USE_PANGO_WRAP_WORD_CHAR
16 #undef HAVE_APSYMBOLS_H
17 #undef HAVE_APBUILD_APSYMBOLS_H
21 #undef HAVE_SYS_STATVFS_H
26 #undef LARGE_FILE_SUPPORT
32 #undef HAVE_SYS_XATTR_H
33 #undef HAVE_ATTR_XATTR_H
35 /* Enable extensions - used for dnotify support */
40 #if defined(HAVE_APSYMBOLS_H)
41 # include <apsymbols.h>
42 #elif defined(HAVE_APBUILD_APSYMBOLS_H)
43 # include <apbuild/apsymbols.h>
48 #include "rox_gettext.h"
49 #define _(String) rox_gettext(String)
50 /* Short for gettext_noop() - marks a string as translatable without
51 * actually translating it at that point. Used by xgettext.
53 #define N_(String) (String)
55 /* printf format string to print file sizes */
56 #ifdef LARGE_FILE_SUPPORT
57 # define SIZE_FMT G_GINT64_MODIFIER "d"
59 # define SIZE_FMT G_GINT32_MODIFIER "d"
64 # define GTK_ENABLE_DEPRECATED
65 # define GDK_ENABLE_DEPRECATED
66 # define G_ENABLE_DEPRECATED
68 /* Only for testing... */
69 # define GTK_DISABLE_DEPRECATED
70 # define GDK_DISABLE_DEPRECATED
71 # define G_DISABLE_DEPRECATED
75 # define S_ISDOOR(mode) (FALSE)