diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-03-02 00:51:54 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-03-02 00:51:54 +0000 |
commit | 04623abca14fba1a129b466318baab910bedc9b8 (patch) | |
tree | ac9c21686b14c1a9e75ef2d01a2e41ec144ff4bc /acconfig.h | |
parent | e52aca99e9ee83f0fb37e4ed7d37495fcee6adf5 (diff) | |
download | gdm-04623abca14fba1a129b466318baab910bedc9b8.tar.gz |
Updated. Update to 2.13.0.9. Added code to support the change inGDM2_2_13_0_10
2006-03-03 Brian Cameron <brian.cameron@sun.com>
* Release 2.13.0.10:
* NEWS: Updated.
* configure.ac, acconfig.h: Update to 2.13.0.9. Added code to support
the change in gdmconfig.c below.
* gui/gdmconfig.c: Fix so that if gdm.conf file exists on the system
this is used instead of custom.conf. This makes GDM more backwards
compatible and won't break user configuration if the user has an old
config file.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #undef GETTEXT_PACKAGE #undef GDM_DEFAULTS_CONF #undef GDM_CUSTOM_CONF +#undef GDM_OLD_CONF #undef GDM_USER_PATH #undef HALT_COMMAND #undef REBOOT_COMMAND |