~ubuntu-branches/ubuntu/raring/geany/raring-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2009-05-29 21:22:54 UTC
  • mfrom: (1.3.1 upstream) (3.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20090529212254-cx6t2a7itgii3p5f
Tags: 0.17-1
* New upstream release
* 20_add_debdiff_as_diff_type.dpatch renamed as
  20_add_debian_specific_filetypes.dpatch, 
  - add .dpatch as a diff filetype
  - add control as a conf filetype
* 20_change_gpl_location.dpatch freshen
* add 20_debian_control_tags.dpatch better handling of debian/control files.
  Thanks to Enrico Tröger. (Closes: #520776)
* debian/copyright Add Frank Lanitz, update years

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/* Define to 1 if you have the `dcgettext' function. */
16
16
#undef HAVE_DCGETTEXT
17
17
 
18
 
/* Define that you found /dev/random */
19
 
#undef HAVE_DEVRANDOM
20
 
 
21
 
/* Define that you found /dev/urandom */
22
 
#undef HAVE_DEVURANDOM
23
 
 
24
18
/* Define to 1 if you have the <dlfcn.h> header file. */
25
19
#undef HAVE_DLFCN_H
26
20
 
36
30
/* Define to 1 if you have the `ftruncate' function. */
37
31
#undef HAVE_FTRUNCATE
38
32
 
39
 
/* Define to 1 if you have the `getcwd' function. */
40
 
#undef HAVE_GETCWD
41
 
 
42
33
/* Define to 1 if you have the `gethostname' function. */
43
34
#undef HAVE_GETHOSTNAME
44
35
 
45
36
/* Define if the GNU gettext() function is already present or preinstalled. */
46
37
#undef HAVE_GETTEXT
47
38
 
 
39
/* Whether GIO is available */
 
40
#undef HAVE_GIO
 
41
 
48
42
/* Define to 1 if you have the <glob.h> header file. */
49
43
#undef HAVE_GLOB_H
50
44
 
51
45
/* Define to 1 if you have the <inttypes.h> header file. */
52
46
#undef HAVE_INTTYPES_H
53
47
 
54
 
/* Define to 1 if you have the `isascii' function. */
55
 
#undef HAVE_ISASCII
56
 
 
57
48
/* Define if your <locale.h> file defines LC_MESSAGES. */
58
49
#undef HAVE_LC_MESSAGES
59
50
 
60
51
/* Define to 1 if you have the `iberty' library (-liberty). */
61
52
#undef HAVE_LIBIBERTY
62
53
 
63
 
/* Define to 1 if you have the <libintl.h> header file. */
64
 
#undef HAVE_LIBINTL_H
65
 
 
66
 
/* Define to 1 if you have the <limits.h> header file. */
67
 
#undef HAVE_LIMITS_H
68
 
 
69
54
/* Define to 1 if you have the <locale.h> header file. */
70
55
#undef HAVE_LOCALE_H
71
56
 
72
 
/* Define to 1 if you have the `mblen' function. */
73
 
#undef HAVE_MBLEN
74
 
 
75
57
/* Define to 1 if you have the <memory.h> header file. */
76
58
#undef HAVE_MEMORY_H
77
59
 
78
 
/* Define to 1 if you have the `memset' function. */
79
 
#undef HAVE_MEMSET
80
 
 
81
60
/* Define to 1 if you have the `mkstemp' function. */
82
61
#undef HAVE_MKSTEMP
83
62
 
84
63
/* Define if plugins are enabled. */
85
64
#undef HAVE_PLUGINS
86
65
 
87
 
/* Define to 1 if you have the `realpath' function. */
88
 
#undef HAVE_REALPATH
89
 
 
90
 
/* Define to 1 if you have the `regcomp' function. */
 
66
/* Define if you have the 'regcomp' function. */
91
67
#undef HAVE_REGCOMP
92
68
 
 
69
/* Define to 1 if you have the <regex.h> header file. */
 
70
#undef HAVE_REGEX_H
 
71
 
93
72
/* Define if you want to detect a running instance */
94
73
#undef HAVE_SOCKET
95
74
 
96
 
/* Define to 1 if you have the <stddef.h> header file. */
97
 
#undef HAVE_STDDEF_H
98
 
 
99
75
/* Define to 1 if you have the <stdint.h> header file. */
100
76
#undef HAVE_STDINT_H
101
77
 
102
78
/* Define to 1 if you have the <stdlib.h> header file. */
103
79
#undef HAVE_STDLIB_H
104
80
 
105
 
/* Define to 1 if you have the `strcasecmp' function. */
106
 
#undef HAVE_STRCASECMP
107
 
 
108
 
/* Define to 1 if you have the `strchr' function. */
109
 
#undef HAVE_STRCHR
110
 
 
111
 
/* Define to 1 if you have the `strdup' function. */
112
 
#undef HAVE_STRDUP
113
 
 
114
81
/* Define to 1 if you have the `strerror' function. */
115
82
#undef HAVE_STRERROR
116
83
 
120
87
/* Define to 1 if you have the <string.h> header file. */
121
88
#undef HAVE_STRING_H
122
89
 
123
 
/* Define to 1 if you have the `strrchr' function. */
124
 
#undef HAVE_STRRCHR
125
 
 
126
90
/* Define to 1 if you have the `strstr' function. */
127
91
#undef HAVE_STRSTR
128
92
 
129
 
/* Define to 1 if you have the `strtol' function. */
130
 
#undef HAVE_STRTOL
131
 
 
132
93
/* Define to 1 if you have the <sys/stat.h> header file. */
133
94
#undef HAVE_SYS_STAT_H
134
95
 
168
129
/* Define to 1 if you have the ANSI C header files. */
169
130
#undef STDC_HEADERS
170
131
 
171
 
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
172
 
#undef TIME_WITH_SYS_TIME
173
 
 
174
132
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
175
133
#undef TM_IN_SYS_TIME
176
134
 
 
135
/* Define if included GNU regex code should be used. */
 
136
#undef USE_INCLUDED_REGEX
 
137
 
 
138
/* Enable extensions on AIX 3, Interix.  */
 
139
#ifndef _ALL_SOURCE
 
140
# undef _ALL_SOURCE
 
141
#endif
 
142
/* Enable GNU extensions on systems that have them.  */
 
143
#ifndef _GNU_SOURCE
 
144
# undef _GNU_SOURCE
 
145
#endif
 
146
/* Enable threading extensions on Solaris.  */
 
147
#ifndef _POSIX_PTHREAD_SEMANTICS
 
148
# undef _POSIX_PTHREAD_SEMANTICS
 
149
#endif
 
150
/* Enable extensions on HP NonStop.  */
 
151
#ifndef _TANDEM_SOURCE
 
152
# undef _TANDEM_SOURCE
 
153
#endif
 
154
/* Enable general extensions on Solaris.  */
 
155
#ifndef __EXTENSIONS__
 
156
# undef __EXTENSIONS__
 
157
#endif
 
158
 
 
159
 
177
160
/* Version number of package */
178
161
#undef VERSION
179
162
 
183
166
/* we are cross compiling for WIN32 */
184
167
#undef WIN32
185
168
 
186
 
/* Define to 1 if on AIX 3.
187
 
   System headers sometimes define this.
188
 
   We just want to avoid a redefinition error message.  */
189
 
#ifndef _ALL_SOURCE
190
 
# undef _ALL_SOURCE
191
 
#endif
192
 
 
193
 
/* Enable GNU extensions on systems that have them.  */
194
 
#ifndef _GNU_SOURCE
195
 
# undef _GNU_SOURCE
196
 
#endif
197
 
 
198
169
/* Define to 1 if on MINIX. */
199
170
#undef _MINIX
200
171