summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-12-08 19:17:17 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-12-08 19:17:17 +0000
commit8d314aead872d09198f887295c2e91e02ac525c6 (patch)
tree2e0d380f168553693937bb28efdb197933b354ea /acconfig.h
parent15d28dfd97ddc799b70407c05b9c5212d92c24f4 (diff)
downloadmetacity-8d314aead872d09198f887295c2e91e02ac525c6.tar.gz
metacity-8d314aead872d09198f887295c2e91e02ac525c6.tar.bz2
make this always return FALSE for now, to avoid bug reports.
2002-12-08 Havoc Pennington <hp@pobox.com> * src/prefs.c (meta_prefs_get_application_based): make this always return FALSE for now, to avoid bug reports. * src/util.c (ensure_logfile): put "opened log file" message on stderr so it will normally land in ~/.xsession-errors * configure.in: remove extra AC_ARG_PROGRAM * src/display.c (event_callback): handle the toggle-verbose message * src/tools/metacity-message.c: add a toggle-verbose message, been meaning to do this for a while. * src/util.c (meta_set_verbose): if verbose mode is enabled and we don't support it, then exit. * src/prefs.c: allow building without gconf (currently means some prefs are no-ops) * src/util.c, src/util.h: support defining macros to kill all verbose output entirely. (Removes the code and strings associated with it) * configure.in: don't get METACITY_PROPS_LIBS if not building the config dialog. (HAVE_GCONF): allow building sans gconf, if you are size-sensitive and not using gnome. (WITH_VERBOSE_MODE): add ability to disable all the verbose debug spew strings, to shrink the binary. (--disable-sm): allow SM support to be forced on or off (--disable-startup-notification): allow forcing this on or off
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/acconfig.h b/acconfig.h
deleted file mode 100644
index 7cf408a..0000000
--- a/acconfig.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#undef PACKAGE
-#undef VERSION
-#undef HAVE_CATGETS
-#undef HAVE_GETTEXT
-#undef HAVE_LC_MESSAGES
-#undef HAVE_STPCPY
-#undef ENABLE_NLS
-#undef HAVE_PTHREAD_H
-#undef GETTEXT_PACKAGE
-#undef HAVE_SHAPE_EXT
-#undef HAVE_XFT
-#undef HAVE_SM
-#undef HAVE_XINERAMA
-#undef HAVE_SOLARIS_XINERAMA
-#undef HAVE_XFREE_XINERAMA
-#undef HAVE_SHAPE
-#undef HAVE_RANDR
-#undef HAVE_STARTUP_NOTIFICATION
-