~ubuntu-branches/ubuntu/vivid/gnome-themes/vivid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-01-20 03:59:50 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090120035950-jdj6nzhbnszz3w1j
Tags: 2.25.5-0ubuntu1
* New upstream release (LP: #319089)
  - New high contrast icons for status/weather.
  Close bugs #564117, #564119, #564193, #564228, #564230, #564231,
  #564234, #564323, #564326, #564420.
* Bump icon-naming-utils to 0.8.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
2
 
 
3
 
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4
 
   systems. This function is required for `alloca.c' support on those systems.
5
 
   */
6
 
#undef CRAY_STACKSEG_END
7
 
 
8
 
/* Define to 1 if using `alloca.c'. */
9
 
#undef C_ALLOCA
10
 
 
11
 
/* always defined to indicate that i18n is enabled */
12
 
#undef ENABLE_NLS
13
 
 
14
 
/* Define to 1 if you have `alloca', as a function or macro. */
15
 
#undef HAVE_ALLOCA
16
 
 
17
 
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
18
 
   */
19
 
#undef HAVE_ALLOCA_H
20
 
 
21
 
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
22
 
#undef HAVE_BIND_TEXTDOMAIN_CODESET
23
 
 
24
 
/* Define to 1 if you have the `dcgettext' function. */
25
 
#undef HAVE_DCGETTEXT
26
 
 
27
 
/* Define to 1 if you have the <dlfcn.h> header file. */
28
 
#undef HAVE_DLFCN_H
29
 
 
30
 
/* Define if the GNU gettext() function is already present or preinstalled. */
31
 
#undef HAVE_GETTEXT
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 <locale.h> header file. */
40
 
#undef HAVE_LOCALE_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 `putenv' function. */
46
 
#undef HAVE_PUTENV
47
 
 
48
 
/* Define to 1 if you have the `setenv' function. */
49
 
#undef HAVE_SETENV
50
 
 
51
 
/* Define to 1 if you have the <stdint.h> header file. */
52
 
#undef HAVE_STDINT_H
53
 
 
54
 
/* Define to 1 if you have the <stdlib.h> header file. */
55
 
#undef HAVE_STDLIB_H
56
 
 
57
 
/* Define to 1 if you have the <strings.h> header file. */
58
 
#undef HAVE_STRINGS_H
59
 
 
60
 
/* Define to 1 if you have the <string.h> header file. */
61
 
#undef HAVE_STRING_H
62
 
 
63
 
/* Define to 1 if you have the <sys/stat.h> header file. */
64
 
#undef HAVE_SYS_STAT_H
65
 
 
66
 
/* Define to 1 if you have the <sys/types.h> header file. */
67
 
#undef HAVE_SYS_TYPES_H
68
 
 
69
 
/* Define to 1 if you have the <unistd.h> header file. */
70
 
#undef HAVE_UNISTD_H
71
 
 
72
 
/* Name of package */
73
 
#undef PACKAGE
74
 
 
75
 
/* Define to the address where bug reports for this package should be sent. */
76
 
#undef PACKAGE_BUGREPORT
77
 
 
78
 
/* Define to the full name of this package. */
79
 
#undef PACKAGE_NAME
80
 
 
81
 
/* Define to the full name and version of this package. */
82
 
#undef PACKAGE_STRING
83
 
 
84
 
/* Define to the one symbol short name of this package. */
85
 
#undef PACKAGE_TARNAME
86
 
 
87
 
/* Define to the version of this package. */
88
 
#undef PACKAGE_VERSION
89
 
 
90
 
/* Define as the return type of signal handlers (`int' or `void'). */
91
 
#undef RETSIGTYPE
92
 
 
93
 
/* If using the C implementation of alloca, define if you know the
94
 
   direction of stack growth for your system; otherwise it will be
95
 
   automatically deduced at runtime.
96
 
        STACK_DIRECTION > 0 => grows toward higher addresses
97
 
        STACK_DIRECTION < 0 => grows toward lower addresses
98
 
        STACK_DIRECTION = 0 => direction of growth unknown */
99
 
#undef STACK_DIRECTION
100
 
 
101
 
/* Define to 1 if you have the ANSI C header files. */
102
 
#undef STDC_HEADERS
103
 
 
104
 
/* Version number of package */
105
 
#undef VERSION
106
 
 
107
 
/* Define to empty if `const' does not conform to ANSI C. */
108
 
#undef const