~ubuntu-branches/ubuntu/trusty/thunar-vcs-plugin/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2011-08-08 22:57:33 UTC
  • Revision ID: james.westby@ubuntu.com-20110808225733-mh2lhudn627hcmxu
Tags: upstream-0.1.4
ImportĀ upstreamĀ versionĀ 0.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define for debugging support */
 
4
#undef DEBUG
 
5
 
 
6
/* Define for tracing support */
 
7
#undef DEBUG_TRACE
 
8
 
 
9
/* always defined to indicate that i18n is enabled */
 
10
#undef ENABLE_NLS
 
11
 
 
12
/* Name of default gettext domain */
 
13
#undef GETTEXT_PACKAGE
 
14
 
 
15
/* Define if apr-1 >= 0.9.7 present */
 
16
#undef HAVE_APR
 
17
 
 
18
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
 
19
#undef HAVE_BIND_TEXTDOMAIN_CODESET
 
20
 
 
21
/* Define to 1 if you have the `dcgettext' function. */
 
22
#undef HAVE_DCGETTEXT
 
23
 
 
24
/* Define to 1 if you have the <dlfcn.h> header file. */
 
25
#undef HAVE_DLFCN_H
 
26
 
 
27
/* Define if the GNU gettext() function is already present or preinstalled. */
 
28
#undef HAVE_GETTEXT
 
29
 
 
30
/* Define if git is endabled */
 
31
#undef HAVE_GIT
 
32
 
 
33
/* Define to 1 if you have the <inttypes.h> header file. */
 
34
#undef HAVE_INTTYPES_H
 
35
 
 
36
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
37
#undef HAVE_LC_MESSAGES
 
38
 
 
39
/* Define to 1 if you have the `svn_client-1' library (-lsvn_client-1). */
 
40
#undef HAVE_LIBSVN_CLIENT_1
 
41
 
 
42
/* Define to 1 if you have the `svn_fs-1' library (-lsvn_fs-1). */
 
43
#undef HAVE_LIBSVN_FS_1
 
44
 
 
45
/* Define to 1 if you have the `svn_subr-1' library (-lsvn_subr-1). */
 
46
#undef HAVE_LIBSVN_SUBR_1
 
47
 
 
48
/* Define to 1 if you have the `svn_wc-1' library (-lsvn_wc-1). */
 
49
#undef HAVE_LIBSVN_WC_1
 
50
 
 
51
/* Define to 1 if you have the <locale.h> header file. */
 
52
#undef HAVE_LOCALE_H
 
53
 
 
54
/* Define to 1 if you have the <memory.h> header file. */
 
55
#undef HAVE_MEMORY_H
 
56
 
 
57
/* Define to 1 if you have the <stdint.h> header file. */
 
58
#undef HAVE_STDINT_H
 
59
 
 
60
/* Define to 1 if you have the <stdlib.h> header file. */
 
61
#undef HAVE_STDLIB_H
 
62
 
 
63
/* Define to 1 if you have the <strings.h> header file. */
 
64
#undef HAVE_STRINGS_H
 
65
 
 
66
/* Define to 1 if you have the <string.h> header file. */
 
67
#undef HAVE_STRING_H
 
68
 
 
69
/* Define if libsvn is present */
 
70
#undef HAVE_SUBVERSION
 
71
 
 
72
/* Define to 1 if you have the <sys/stat.h> header file. */
 
73
#undef HAVE_SYS_STAT_H
 
74
 
 
75
/* Define to 1 if you have the <sys/types.h> header file. */
 
76
#undef HAVE_SYS_TYPES_H
 
77
 
 
78
/* Define to 1 if you have the <sys/wait.h> header file. */
 
79
#undef HAVE_SYS_WAIT_H
 
80
 
 
81
/* Define to 1 if you have the <unistd.h> header file. */
 
82
#undef HAVE_UNISTD_H
 
83
 
 
84
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
85
   */
 
86
#undef LT_OBJDIR
 
87
 
 
88
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
89
#undef NO_MINUS_C_MINUS_O
 
90
 
 
91
/* Name of package */
 
92
#undef PACKAGE
 
93
 
 
94
/* Define to the address where bug reports for this package should be sent. */
 
95
#undef PACKAGE_BUGREPORT
 
96
 
 
97
/* Define to the full name of this package. */
 
98
#undef PACKAGE_NAME
 
99
 
 
100
/* Define to the full name and version of this package. */
 
101
#undef PACKAGE_STRING
 
102
 
 
103
/* Define to the one symbol short name of this package. */
 
104
#undef PACKAGE_TARNAME
 
105
 
 
106
/* Define to the home page for this package. */
 
107
#undef PACKAGE_URL
 
108
 
 
109
/* Define to the version of this package. */
 
110
#undef PACKAGE_VERSION
 
111
 
 
112
/* Define to 1 if you have the ANSI C header files. */
 
113
#undef STDC_HEADERS
 
114
 
 
115
/* Enable extensions on AIX 3, Interix.  */
 
116
#ifndef _ALL_SOURCE
 
117
# undef _ALL_SOURCE
 
118
#endif
 
119
/* Enable GNU extensions on systems that have them.  */
 
120
#ifndef _GNU_SOURCE
 
121
# undef _GNU_SOURCE
 
122
#endif
 
123
/* Enable threading extensions on Solaris.  */
 
124
#ifndef _POSIX_PTHREAD_SEMANTICS
 
125
# undef _POSIX_PTHREAD_SEMANTICS
 
126
#endif
 
127
/* Enable extensions on HP NonStop.  */
 
128
#ifndef _TANDEM_SOURCE
 
129
# undef _TANDEM_SOURCE
 
130
#endif
 
131
/* Enable general extensions on Solaris.  */
 
132
#ifndef __EXTENSIONS__
 
133
# undef __EXTENSIONS__
 
134
#endif
 
135
 
 
136
 
 
137
/* Version number of package */
 
138
#undef VERSION
 
139
 
 
140
/* Define to 1 if on MINIX. */
 
141
#undef _MINIX
 
142
 
 
143
/* Define to 2 if the system does not provide POSIX.1 features except with
 
144
   this defined. */
 
145
#undef _POSIX_1_SOURCE
 
146
 
 
147
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
148
#undef _POSIX_SOURCE