-/*--------------------------------------------------------------------
- * __notify_78945668_info__ is a global variable (defined in Libnotify)
- * that can be used to disable the notify mechanism. Set to a negative
- * value to disable. It can then be set back to zero to re-enable.
- *-------------------------------------------------------------------- */
-extern int __notify_78945668_info__;
-
-/*--------------------------------------------------------------------
- * fullname is used to pass the actual path of the timezone file to the
- * notify routines. If it is a nil string, that means no timezone file
- * is being used.
- *-------------------------------------------------------------------- */
-static char * fullname = NULL;
-
-static notify_tz_t gmt_notify = {-1, 0, 0};
-static notify_tz_t lcl_notify = {-1, 0, 0};
-static char notify_tz_name[] = NOTIFY_TZ_NAME;
+
+static notify_tz_t gmt_notify = {-1, 0};
+static notify_tz_t lcl_notify = {-1, 0};
+static const char notify_tz_name[] = NOTIFY_TZ_NAME;