~ubuntu-branches/ubuntu/maverick/xfce4-terminal/maverick

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-05-18 21:38:12 UTC
  • mfrom: (1.1.14 upstream) (6.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090518213812-zi36af0byvg6u2zu
Tags: 0.2.12-2ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
   - debian/patches/xubuntu-change-desktop-category.patch: place terminal
     under Accessories, not System.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
/* Define to 1 if vte_terminal_set_opacity() is available */
85
85
#undef HAVE_VTE_TERMINAL_SET_OPACITY
86
86
 
 
87
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
88
   */
 
89
#undef LT_OBJDIR
 
90
 
87
91
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
88
92
#undef NO_MINUS_C_MINUS_O
89
93
 
108
112
/* Define to 1 if you have the ANSI C header files. */
109
113
#undef STDC_HEADERS
110
114
 
111
 
/* Enable extensions on AIX 3, Interix.  */
112
 
#ifndef _ALL_SOURCE
113
 
# undef _ALL_SOURCE
114
 
#endif
115
 
/* Enable GNU extensions on systems that have them.  */
116
 
#ifndef _GNU_SOURCE
117
 
# undef _GNU_SOURCE
118
 
#endif
119
 
/* Enable threading extensions on Solaris.  */
120
 
#ifndef _POSIX_PTHREAD_SEMANTICS
121
 
# undef _POSIX_PTHREAD_SEMANTICS
122
 
#endif
123
 
/* Enable extensions on HP NonStop.  */
124
 
#ifndef _TANDEM_SOURCE
125
 
# undef _TANDEM_SOURCE
126
 
#endif
127
 
/* Enable general extensions on Solaris.  */
128
 
#ifndef __EXTENSIONS__
129
 
# undef __EXTENSIONS__
130
 
#endif
131
 
 
132
 
 
133
115
/* Version number of package */
134
116
#undef VERSION
135
117
 
136
118
/* Define to 1 if the X Window System is missing or not being used. */
137
119
#undef X_DISPLAY_MISSING
138
120
 
 
121
/* Define to 1 if on AIX 3.
 
122
   System headers sometimes define this.
 
123
   We just want to avoid a redefinition error message.  */
 
124
#ifndef _ALL_SOURCE
 
125
# undef _ALL_SOURCE
 
126
#endif
 
127
 
139
128
/* Define to 1 if on MINIX. */
140
129
#undef _MINIX
141
130