~ubuntu-branches/ubuntu/lucid/tftp-hpa/lucid-proposed

« back to all changes in this revision

Viewing changes to aconfig.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-01-22 21:05:54 UTC
  • mfrom: (2.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100122210554-qg1o0o2fvuuqj9w2
Tags: 5.0-11
* Removing explicit LDFLAGS, did apparently not fix the FTBFS on
  mips*.
* Adding updated Russian debconf translations from Yuri Kozlov
  <yuray@komyakino.ru> (Closes: #563079).
* Applying patch from Thorsten Glaser <tg@mirbsd.de> to fix FTBFS on
  mips/mipsel (Closes: #564052).

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
214
214
#undef TIME_WITH_SYS_TIME
215
215
 
 
216
/* Enable extensions on AIX 3, Interix.  */
 
217
#ifndef _ALL_SOURCE
 
218
# undef _ALL_SOURCE
 
219
#endif
 
220
/* Enable GNU extensions on systems that have them.  */
 
221
#ifndef _GNU_SOURCE
 
222
# undef _GNU_SOURCE
 
223
#endif
 
224
/* Enable threading extensions on Solaris.  */
 
225
#ifndef _POSIX_PTHREAD_SEMANTICS
 
226
# undef _POSIX_PTHREAD_SEMANTICS
 
227
#endif
 
228
/* Enable extensions on HP NonStop.  */
 
229
#ifndef _TANDEM_SOURCE
 
230
# undef _TANDEM_SOURCE
 
231
#endif
 
232
/* Enable general extensions on Solaris.  */
 
233
#ifndef __EXTENSIONS__
 
234
# undef __EXTENSIONS__
 
235
#endif
 
236
 
 
237
 
216
238
/* Define if we are compiling with readline/editline command-line editing. */
217
239
#undef WITH_READLINE
218
240
 
219
241
/* Define if we are compiling with regex filename remapping. */
220
242
#undef WITH_REGEX
221
243
 
222
 
/* Define to 1 if on AIX 3.
223
 
   System headers sometimes define this.
224
 
   We just want to avoid a redefinition error message.  */
225
 
#ifndef _ALL_SOURCE
226
 
# undef _ALL_SOURCE
227
 
#endif
228
 
 
229
244
/* Number of bits in a file offset, on hosts where this is settable. */
230
245
#undef _FILE_OFFSET_BITS
231
246
 
232
 
/* Enable GNU extensions on systems that have them.  */
233
 
#ifndef _GNU_SOURCE
234
 
# undef _GNU_SOURCE
235
 
#endif
236
 
 
237
247
/* Define for large files, on AIX-style hosts. */
238
248
#undef _LARGE_FILES
239
249
 
247
257
/* Define to 1 if you need to in order for `stat' and other things to work. */
248
258
#undef _POSIX_SOURCE
249
259
 
250
 
/* Enable extensions on Solaris.  */
251
 
#ifndef __EXTENSIONS__
252
 
# undef __EXTENSIONS__
253
 
#endif
254
 
#ifndef _POSIX_PTHREAD_SEMANTICS
255
 
# undef _POSIX_PTHREAD_SEMANTICS
256
 
#endif
257
 
#ifndef _TANDEM_SOURCE
258
 
# undef _TANDEM_SOURCE
259
 
#endif
260
 
 
261
260
/* Define to empty if `const' does not conform to ANSI C. */
262
261
#undef const
263
262