~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-07-20 19:39:17 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090720193917-s0985l9wxihwoscl
Tags: 1.8.7+1-1ubuntu1
* Merge from Debian unstable, remaining changes: (LP: #401816)
  - Build with -Wno-error.
  - Build with thread support. Some guile-using programs like autogen need it.
  - Add debian/guile-1.8-libs.shlibs: Thread support breaks ABI, bump the soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
/*
4
4
 
5
 
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
5
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
6
6
 
7
7
This file is part of GUILE
8
8
 
134
134
   */
135
135
#undef HAVE_DCGETTEXT
136
136
 
 
137
/* Define to 1 if you have the declaration of `cuserid', and to 0 if you
 
138
   don't. */
 
139
#undef HAVE_DECL_CUSERID
 
140
 
 
141
/* Define to 1 if you have the declaration of `flock', and to 0 if you don't.
 
142
   */
 
143
#undef HAVE_DECL_FLOCK
 
144
 
 
145
/* Define to 1 if you have the declaration of `hstrerror', and to 0 if you
 
146
   don't. */
 
147
#undef HAVE_DECL_HSTRERROR
 
148
 
137
149
/* Define to 1 if you have the declaration of `sethostname', and to 0 if you
138
150
   don't. */
139
151
#undef HAVE_DECL_SETHOSTNAME
150
162
   */
151
163
#undef HAVE_DECL_TZNAME
152
164
 
 
165
/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
 
166
   don't. */
 
167
#undef HAVE_DECL_UNSETENV
 
168
 
 
169
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
 
170
   don't. */
 
171
#undef HAVE_DECL_VSNPRINTF
 
172
 
153
173
/* Define to 1 if you have the `DINFINITY' function. */
154
174
#undef HAVE_DINFINITY
155
175
 
376
396
/* Define to 1 if you have the `lstat' function. */
377
397
#undef HAVE_LSTAT
378
398
 
 
399
/* Define to 1 if you have the <machine/fpu.h> header file. */
 
400
#undef HAVE_MACHINE_FPU_H
 
401
 
379
402
/* Define to 1 if you have the <malloc.h> header file. */
380
403
#undef HAVE_MALLOC_H
381
404
 
469
492
/* Define to 1 if you have the `rename' function. */
470
493
#undef HAVE_RENAME
471
494
 
472
 
/* Define to 1 if system calls automatically restart after interruption by a
473
 
   signal. */
474
 
#undef HAVE_RESTARTABLE_SYSCALLS
475
 
 
476
495
/* Define to 1 if you have the `rindex' function. */
477
496
#undef HAVE_RINDEX
478
497