vte r2290 - in trunk: . src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2290 - in trunk: . src
- Date: Tue, 2 Dec 2008 12:25:58 +0000 (UTC)
Author: chpe
Date: Tue Dec 2 12:25:58 2008
New Revision: 2290
URL: http://svn.gnome.org/viewvc/vte?rev=2290&view=rev
Log:
* configure.in: Remove two AC_DEFINEs from here.
* src/vte-private.h: Define VTE_INVALID_SOURCE here for now.
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/src/vte-private.h
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Dec 2 12:25:58 2008
@@ -247,8 +247,6 @@
# Miscellaneous definitions.
AC_DEFINE(VTE_UTF8_BPC,6,[Maximum number of bytes used per UTF-8 character.])
-AC_DEFINE(VTE_INVALID_SOURCE,(guint)-1,[A number which can never be a valid source ID.])
-AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE",[Package name.])
# Check for headers.
AC_CHECK_HEADERS(sys/select.h sys/syslimits.h sys/termios.h sys/un.h sys/wait.h stropts.h termios.h wchar.h)
Modified: trunk/src/vte-private.h
==============================================================================
--- trunk/src/vte-private.h (original)
+++ trunk/src/vte-private.h Tue Dec 2 12:25:58 2008
@@ -91,6 +91,7 @@
#define VTE_CELL_BBOX_SLACK 1
#define I_(string) (g_intern_static_string(string))
+#define VTE_INVALID_SOURCE ((guint)-1) /* A number which can never be a valid source ID */
/* The structure we use to hold characters we're supposed to display -- this
* includes any supported visible attributes. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]