~mhall119/ubuntu/precise/geany/add_quicklist

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2010-08-30 18:09:16 UTC
  • mfrom: (1.1.14 upstream) (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100830180916-50o7tdspvusamxrr
Tags: 0.19.1-1
* New upstream release (Closes: #590284)
  - Thanks to Colomban Wendling for pursuing #590284
* add a sed hack to fix dlsearchpath for broken libtool used upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
/* Define if you want VTE support */
106
106
#undef HAVE_VTE
107
107
 
108
 
/* Define to the sub-directory in which libtool stores uninstalled libraries.
109
 
   */
110
 
#undef LT_OBJDIR
111
 
 
112
108
/* Name of package */
113
109
#undef PACKAGE
114
110
 
124
120
/* Define to the one symbol short name of this package. */
125
121
#undef PACKAGE_TARNAME
126
122
 
127
 
/* Define to the home page for this package. */
128
 
#undef PACKAGE_URL
129
 
 
130
123
/* Define to the version of this package. */
131
124
#undef PACKAGE_VERSION
132
125
 
142
135
/* Define if included GNU regex code should be used. */
143
136
#undef USE_INCLUDED_REGEX
144
137
 
145
 
/* Enable extensions on AIX 3, Interix.  */
146
 
#ifndef _ALL_SOURCE
147
 
# undef _ALL_SOURCE
148
 
#endif
149
 
/* Enable GNU extensions on systems that have them.  */
150
 
#ifndef _GNU_SOURCE
151
 
# undef _GNU_SOURCE
152
 
#endif
153
 
/* Enable threading extensions on Solaris.  */
154
 
#ifndef _POSIX_PTHREAD_SEMANTICS
155
 
# undef _POSIX_PTHREAD_SEMANTICS
156
 
#endif
157
 
/* Enable extensions on HP NonStop.  */
158
 
#ifndef _TANDEM_SOURCE
159
 
# undef _TANDEM_SOURCE
160
 
#endif
161
 
/* Enable general extensions on Solaris.  */
162
 
#ifndef __EXTENSIONS__
163
 
# undef __EXTENSIONS__
164
 
#endif
165
 
 
166
 
 
167
138
/* Version number of package */
168
139
#undef VERSION
169
140
 
173
144
/* we are cross compiling for WIN32 */
174
145
#undef WIN32
175
146
 
 
147
/* Define to 1 if on AIX 3.
 
148
   System headers sometimes define this.
 
149
   We just want to avoid a redefinition error message.  */
 
150
#ifndef _ALL_SOURCE
 
151
# undef _ALL_SOURCE
 
152
#endif
 
153
 
 
154
/* Enable GNU extensions on systems that have them.  */
 
155
#ifndef _GNU_SOURCE
 
156
# undef _GNU_SOURCE
 
157
#endif
 
158
 
176
159
/* Define to 1 if on MINIX. */
177
160
#undef _MINIX
178
161