mirror of https://github.com/mcuelenaere/fsv.git
24 lines
369 B
C
24 lines
369 B
C
/* acconfig.h */
|
|
|
|
#undef _GNU_SOURCE
|
|
#undef GTK_DISABLE_COMPAT_H
|
|
|
|
#undef comparison_fn_t
|
|
|
|
#undef DEBUG
|
|
#undef G_ENABLE_DEBUG
|
|
#undef G_DISABLE_ASSERT
|
|
#undef G_DISABLE_CHECKS
|
|
#undef GTK_NO_CHECK_CASTS
|
|
|
|
#undef ENABLE_NLS
|
|
#undef HAVE_CATGETS
|
|
#undef HAVE_GETTEXT
|
|
#undef HAVE_LC_MESSAGES
|
|
#undef HAVE_STPCPY
|
|
|
|
#undef HAVE_FILE_COMMAND
|
|
#undef FILE_COMMAND
|
|
|
|
/* end acconfig.h */
|