~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
ImportĀ upstreamĀ versionĀ 2.0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* always defined to indicate that i18n is enabled */
 
4
#undef ENABLE_NLS
 
5
 
 
6
/* Gettext package. */
 
7
#undef GETTEXT_PACKAGE
 
8
 
 
9
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
 
10
#undef HAVE_BIND_TEXTDOMAIN_CODESET
 
11
 
 
12
/* Define to 1 if you have the `dcgettext' function. */
 
13
#undef HAVE_DCGETTEXT
 
14
 
 
15
/* Define to 1 if you have the <dlfcn.h> header file. */
 
16
#undef HAVE_DLFCN_H
 
17
 
 
18
/* Define to 1 if you have the <errno.h> header file. */
 
19
#undef HAVE_ERRNO_H
 
20
 
 
21
/* Define to 1 if you have the <fcntl.h> header file. */
 
22
#undef HAVE_FCNTL_H
 
23
 
 
24
/* Define if the GNU gettext() function is already present or preinstalled. */
 
25
#undef HAVE_GETTEXT
 
26
 
 
27
/* Define to 1 if you have the <inttypes.h> header file. */
 
28
#undef HAVE_INTTYPES_H
 
29
 
 
30
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
31
#undef HAVE_LC_MESSAGES
 
32
 
 
33
/* Define to 1 if you have the `crypt' library (-lcrypt). */
 
34
#undef HAVE_LIBCRYPT
 
35
 
 
36
/* Define to 1 if you have the <locale.h> header file. */
 
37
#undef HAVE_LOCALE_H
 
38
 
 
39
/* Define to 1 if you have the <math.h> header file. */
 
40
#undef HAVE_MATH_H
 
41
 
 
42
/* Define to 1 if you have the <memory.h> header file. */
 
43
#undef HAVE_MEMORY_H
 
44
 
 
45
/* Define to 1 if you have the `mmap' function. */
 
46
#undef HAVE_MMAP
 
47
 
 
48
/* Define to 1 if you have the <netdb.h> header file. */
 
49
#undef HAVE_NETDB_H
 
50
 
 
51
/* Define to 1 if you have the <netinet/in.h> header file. */
 
52
#undef HAVE_NETINET_IN_H
 
53
 
 
54
/* Define to 1 if you have the `sigaction' function. */
 
55
#undef HAVE_SIGACTION
 
56
 
 
57
/* Define to 1 if you have the <signal.h> header file. */
 
58
#undef HAVE_SIGNAL_H
 
59
 
 
60
/* Define to 1 if you have the `srandom' function. */
 
61
#undef HAVE_SRANDOM
 
62
 
 
63
/* Define to 1 if you have the <stddef.h> header file. */
 
64
#undef HAVE_STDDEF_H
 
65
 
 
66
/* Define to 1 if you have the <stdint.h> header file. */
 
67
#undef HAVE_STDINT_H
 
68
 
 
69
/* Define to 1 if you have the <stdlib.h> header file. */
 
70
#undef HAVE_STDLIB_H
 
71
 
 
72
/* Define to 1 if you have the <strings.h> header file. */
 
73
#undef HAVE_STRINGS_H
 
74
 
 
75
/* Define to 1 if you have the <string.h> header file. */
 
76
#undef HAVE_STRING_H
 
77
 
 
78
/* Define to 1 if you have the <sys/select.h> header file. */
 
79
#undef HAVE_SYS_SELECT_H
 
80
 
 
81
/* Define to 1 if you have the <sys/socket.h> header file. */
 
82
#undef HAVE_SYS_SOCKET_H
 
83
 
 
84
/* Define to 1 if you have the <sys/stat.h> header file. */
 
85
#undef HAVE_SYS_STAT_H
 
86
 
 
87
/* Define to 1 if you have the <sys/types.h> header file. */
 
88
#undef HAVE_SYS_TYPES_H
 
89
 
 
90
/* Define to 1 if you have the <sys/wait.h> header file. */
 
91
#undef HAVE_SYS_WAIT_H
 
92
 
 
93
/* Define to 1 if you have the <time.h> header file. */
 
94
#undef HAVE_TIME_H
 
95
 
 
96
/* Define to 1 if you have the <unistd.h> header file. */
 
97
#undef HAVE_UNISTD_H
 
98
 
 
99
/* Defined if we want to use webkit. */
 
100
#undef HAVE_WEBKIT
 
101
 
 
102
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
103
   */
 
104
#undef LT_OBJDIR
 
105
 
 
106
/* Name of package */
 
107
#undef PACKAGE
 
108
 
 
109
/* Define to the address where bug reports for this package should be sent. */
 
110
#undef PACKAGE_BUGREPORT
 
111
 
 
112
/* Define to the full name of this package. */
 
113
#undef PACKAGE_NAME
 
114
 
 
115
/* Define to the full name and version of this package. */
 
116
#undef PACKAGE_STRING
 
117
 
 
118
/* Define to the one symbol short name of this package. */
 
119
#undef PACKAGE_TARNAME
 
120
 
 
121
/* Define to the home page for this package. */
 
122
#undef PACKAGE_URL
 
123
 
 
124
/* Define to the version of this package. */
 
125
#undef PACKAGE_VERSION
 
126
 
 
127
/* Define to 1 if you have the ANSI C header files. */
 
128
#undef STDC_HEADERS
 
129
 
 
130
/* Version number of package */
 
131
#undef VERSION