~ubuntu-branches/debian/squeeze/protobuf/squeeze

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-06-02 16:19:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602161900-vm176i3ryt35yk91
Tags: 2.0.3-2.2
* Non-maintainer upload.
* Fix FTBFS from -2.1: don't fail when we can't clean up the java build,
  such as when openjdk isn't installed.
* Disable parallel builds, because libtool is made of fail (if binary-arch
  and build-indep run concurrently, we relink a library while it's being
  used; that doesn't work so well).

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
/* Define to 1 if you have the <unistd.h> header file. */
73
73
#undef HAVE_UNISTD_H
74
74
 
 
75
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
76
   */
 
77
#undef LT_OBJDIR
 
78
 
75
79
/* Name of package */
76
80
#undef PACKAGE
77
81
 
99
103
 
100
104
/* Version number of package */
101
105
#undef VERSION
 
106
 
 
107
/* Define to 1 if on AIX 3.
 
108
   System headers sometimes define this.
 
109
   We just want to avoid a redefinition error message.  */
 
110
#ifndef _ALL_SOURCE
 
111
# undef _ALL_SOURCE
 
112
#endif
 
113
 
 
114
/* Enable GNU extensions on systems that have them.  */
 
115
#ifndef _GNU_SOURCE
 
116
# undef _GNU_SOURCE
 
117
#endif
 
118
 
 
119
/* Define to 1 if on MINIX. */
 
120
#undef _MINIX
 
121
 
 
122
/* Define to 2 if the system does not provide POSIX.1 features except with
 
123
   this defined. */
 
124
#undef _POSIX_1_SOURCE
 
125
 
 
126
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
127
#undef _POSIX_SOURCE
 
128
 
 
129
/* Enable extensions on Solaris.  */
 
130
#ifndef __EXTENSIONS__
 
131
# undef __EXTENSIONS__
 
132
#endif
 
133
#ifndef _POSIX_PTHREAD_SEMANTICS
 
134
# undef _POSIX_PTHREAD_SEMANTICS
 
135
#endif
 
136
#ifndef _TANDEM_SOURCE
 
137
# undef _TANDEM_SOURCE
 
138
#endif