~ubuntu-branches/ubuntu/vivid/mousepad/vivid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-12-31 14:24:28 UTC
  • mfrom: (1.1.9) (0.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20121231142428-619qngl22evfjghf
Tags: 0.3.0-1ubuntu1
* Merge from Debian experimental, remaining Ubuntu change:
  - debian/control: drop xfprint4 recommendation, unneeded.
* debian/patches/02_mru-on-save.patch: dropped, obsolete.
* Bugs closed by this new release:
  - Mousepad Find dialog always opens with "Match case" checked lp: #714252
  - mousepad window takes a lot of time to close itself. lp: #531704

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
 
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
2
8
 
3
9
/* always defined to indicate that i18n is enabled */
4
10
#undef ENABLE_NLS
9
15
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
10
16
#undef HAVE_BIND_TEXTDOMAIN_CODESET
11
17
 
 
18
/* Define if dbus-glib-1 >= 0.34 present */
 
19
#undef HAVE_DBUS
 
20
 
12
21
/* Define to 1 if you have the `dcgettext' function. */
13
22
#undef HAVE_DCGETTEXT
14
23
 
15
24
/* Define to 1 if you have the <dlfcn.h> header file. */
16
25
#undef HAVE_DLFCN_H
17
26
 
 
27
/* Define to 1 if you have the <errno.h> header file. */
 
28
#undef HAVE_ERRNO_H
 
29
 
 
30
/* Define to 1 if you have the <fcntl.h> header file. */
 
31
#undef HAVE_FCNTL_H
 
32
 
18
33
/* Define if the GNU gettext() function is already present or preinstalled. */
19
34
#undef HAVE_GETTEXT
20
35
 
24
39
/* Define if your <locale.h> file defines LC_MESSAGES. */
25
40
#undef HAVE_LC_MESSAGES
26
41
 
 
42
/* Define to 1 if you have the <libintl.h> header file. */
 
43
#undef HAVE_LIBINTL_H
 
44
 
27
45
/* Define to 1 if you have the <locale.h> header file. */
28
46
#undef HAVE_LOCALE_H
29
47
 
 
48
/* Define to 1 if you have the <math.h> header file. */
 
49
#undef HAVE_MATH_H
 
50
 
30
51
/* Define to 1 if you have the <memory.h> header file. */
31
52
#undef HAVE_MEMORY_H
32
53
 
48
69
/* Define to 1 if you have the <sys/types.h> header file. */
49
70
#undef HAVE_SYS_TYPES_H
50
71
 
 
72
/* Define to 1 if you have the <time.h> header file. */
 
73
#undef HAVE_TIME_H
 
74
 
51
75
/* Define to 1 if you have the <unistd.h> header file. */
52
76
#undef HAVE_UNISTD_H
53
77
 
 
78
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
79
   */
 
80
#undef LT_OBJDIR
 
81
 
 
82
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
83
#undef NO_MINUS_C_MINUS_O
 
84
 
54
85
/* Name of package */
55
86
#undef PACKAGE
56
87
 
66
97
/* Define to the one symbol short name of this package. */
67
98
#undef PACKAGE_TARNAME
68
99
 
 
100
/* Define to the home page for this package. */
 
101
#undef PACKAGE_URL
 
102
 
69
103
/* Define to the version of this package. */
70
104
#undef PACKAGE_VERSION
71
105
 
72
106
/* Define to 1 if you have the ANSI C header files. */
73
107
#undef STDC_HEADERS
74
108
 
 
109
/* Enable extensions on AIX 3, Interix.  */
 
110
#ifndef _ALL_SOURCE
 
111
# undef _ALL_SOURCE
 
112
#endif
 
113
/* Enable GNU extensions on systems that have them.  */
 
114
#ifndef _GNU_SOURCE
 
115
# undef _GNU_SOURCE
 
116
#endif
 
117
/* Enable threading extensions on Solaris.  */
 
118
#ifndef _POSIX_PTHREAD_SEMANTICS
 
119
# undef _POSIX_PTHREAD_SEMANTICS
 
120
#endif
 
121
/* Enable extensions on HP NonStop.  */
 
122
#ifndef _TANDEM_SOURCE
 
123
# undef _TANDEM_SOURCE
 
124
#endif
 
125
/* Enable general extensions on Solaris.  */
 
126
#ifndef __EXTENSIONS__
 
127
# undef __EXTENSIONS__
 
128
#endif
 
129
 
 
130
 
75
131
/* Version number of package */
76
132
#undef VERSION
 
133
 
 
134
/* Define to 1 if on MINIX. */
 
135
#undef _MINIX
 
136
 
 
137
/* Define to 2 if the system does not provide POSIX.1 features except with
 
138
   this defined. */
 
139
#undef _POSIX_1_SOURCE
 
140
 
 
141
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
142
#undef _POSIX_SOURCE