~ubuntu-branches/ubuntu/trusty/subversion/trusty-proposed

« back to all changes in this revision

Viewing changes to subversion/svn_private_config.h.in

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft
  • Date: 2012-06-21 15:36:36 UTC
  • mfrom: (0.4.13 sid)
  • Revision ID: package-import@ubuntu.com-20120621153636-amqqmuidgwgxz1ly
Tags: 1.7.5-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - Build-depend on python-dbg.
  - Build-depend on default-jre-headless/-jdk.
  - Do not apply java-build patch.
  - debian/rules: Manually create the doxygen output directory, otherwise
    we get weird build failures when running parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* The fs type to use by default */
4
4
#undef DEFAULT_FS_TYPE
5
5
 
 
6
/* The http library to use by default */
 
7
#undef DEFAULT_HTTP_LIBRARY
 
8
 
6
9
/* Define to 1 if translation of program messages to the user's native
7
10
   language is requested. */
8
11
#undef ENABLE_NLS
25
28
/* Define to 1 if you have the `socket' library (-lsocket). */
26
29
#undef HAVE_LIBSOCKET
27
30
 
 
31
/* Define to 1 if you have the <magic.h> header file. */
 
32
#undef HAVE_MAGIC_H
 
33
 
28
34
/* Define to 1 if you have the <memory.h> header file. */
29
35
#undef HAVE_MEMORY_H
30
36
 
67
73
/* Define to 1 if you have the <zlib.h> header file. */
68
74
#undef HAVE_ZLIB_H
69
75
 
 
76
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
77
   */
 
78
#undef LT_OBJDIR
 
79
 
70
80
/* Define to the address where bug reports for this package should be sent. */
71
81
#undef PACKAGE_BUGREPORT
72
82
 
100
110
/* The path of a default editor for the client. */
101
111
#undef SVN_CLIENT_EDITOR
102
112
 
 
113
/* Defined if the full version matching rules are disabled */
 
114
#undef SVN_DISABLE_FULL_VERSION_MATCH
 
115
 
103
116
/* The desired major version for the Berkeley DB */
104
117
#undef SVN_FS_WANT_DB_MAJOR
105
118
 
118
131
/* Defined if KWallet support is enabled */
119
132
#undef SVN_HAVE_KWALLET
120
133
 
 
134
/* Defined if libmagic support is enabled */
 
135
#undef SVN_HAVE_LIBMAGIC
 
136
 
121
137
/* Defined if apr_memcache (standalone or in apr-util) is present */
122
138
#undef SVN_HAVE_MEMCACHE
123
139
 
169
185
/* Defined to be the path separator used on your local filesystem */
170
186
#undef SVN_PATH_LOCAL_SEPARATOR
171
187
 
 
188
/* Defined if support for GSSAPI is enabled */
 
189
#undef SVN_RA_SERF_HAVE_GSSAPI
 
190
 
172
191
/* Defined if svn should use the amalgamated version of sqlite */
173
192
#undef SVN_SQLITE_INLINE
174
193