~ubuntu-branches/ubuntu/wily/pngnq/wily

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2009-10-11 16:51:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091011165142-49gol6xu0emz1adg
Tags: 1.0-1
* New upstream release;
* Updated watch file;
* Updated Standards-Version to 3.8.3 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* src/config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to 1 if you have the <ctype.h> header file. */
 
4
#undef HAVE_CTYPE_H
 
5
 
 
6
/* Define to 1 if you have the <fcntl.h> header file. */
 
7
#undef HAVE_FCNTL_H
 
8
 
 
9
/* Define to 1 if you have the `floor' function. */
 
10
#undef HAVE_FLOOR
 
11
 
 
12
/* Define to 1 if you have the `getopt' function. */
 
13
#undef HAVE_GETOPT
 
14
 
 
15
/* Define to 1 if you have the <inttypes.h> header file. */
 
16
#undef HAVE_INTTYPES_H
 
17
 
 
18
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
19
   to 0 otherwise. */
 
20
#undef HAVE_MALLOC
 
21
 
 
22
/* Define to 1 if you have the `memmove' function. */
 
23
#undef HAVE_MEMMOVE
 
24
 
 
25
/* Define to 1 if you have the <memory.h> header file. */
 
26
#undef HAVE_MEMORY_H
 
27
 
 
28
/* Define to 1 if you have the `memset' function. */
 
29
#undef HAVE_MEMSET
 
30
 
 
31
/* Define to 1 if you have the `pow' function. */
 
32
#undef HAVE_POW
 
33
 
 
34
/* Define to 1 if you have the `sqrt' function. */
 
35
#undef HAVE_SQRT
 
36
 
 
37
/* Define to 1 if `stat' has the bug that it succeeds when given the
 
38
   zero-length file name argument. */
 
39
#undef HAVE_STAT_EMPTY_STRING_BUG
 
40
 
 
41
/* Define to 1 if stdbool.h conforms to C99. */
 
42
#undef HAVE_STDBOOL_H
 
43
 
 
44
/* Define to 1 if you have the <stdint.h> header file. */
 
45
#undef HAVE_STDINT_H
 
46
 
 
47
/* Define to 1 if you have the <stdlib.h> header file. */
 
48
#undef HAVE_STDLIB_H
 
49
 
 
50
/* Define to 1 if you have the `strchr' function. */
 
51
#undef HAVE_STRCHR
 
52
 
 
53
/* Define to 1 if you have the <strings.h> header file. */
 
54
#undef HAVE_STRINGS_H
 
55
 
 
56
/* Define to 1 if you have the <string.h> header file. */
 
57
#undef HAVE_STRING_H
 
58
 
 
59
/* Define to 1 if you have the `strrchr' function. */
 
60
#undef HAVE_STRRCHR
 
61
 
 
62
/* Define to 1 if you have the <sys/stat.h> header file. */
 
63
#undef HAVE_SYS_STAT_H
 
64
 
 
65
/* Define to 1 if you have the <sys/time.h> header file. */
 
66
#undef HAVE_SYS_TIME_H
 
67
 
 
68
/* Define to 1 if you have the <sys/types.h> header file. */
 
69
#undef HAVE_SYS_TYPES_H
 
70
 
 
71
/* Define to 1 if you have the <unistd.h> header file. */
 
72
#undef HAVE_UNISTD_H
 
73
 
 
74
/* Define to 1 if you have the <valgrind/callgrind.h> header file. */
 
75
#undef HAVE_VALGRIND_CALLGRIND_H
 
76
 
 
77
/* Define to 1 if the system has the type `_Bool'. */
 
78
#undef HAVE__BOOL
 
79
 
 
80
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
81
   slash. */
 
82
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
83
 
 
84
/* Name of package */
 
85
#undef PACKAGE
 
86
 
 
87
/* Define to the address where bug reports for this package should be sent. */
 
88
#undef PACKAGE_BUGREPORT
 
89
 
 
90
/* Define to the full name of this package. */
 
91
#undef PACKAGE_NAME
 
92
 
 
93
/* Define to the full name and version of this package. */
 
94
#undef PACKAGE_STRING
 
95
 
 
96
/* Define to the one symbol short name of this package. */
 
97
#undef PACKAGE_TARNAME
 
98
 
 
99
/* Define to the version of this package. */
 
100
#undef PACKAGE_VERSION
 
101
 
 
102
/* Define to 1 if you have the ANSI C header files. */
 
103
#undef STDC_HEADERS
 
104
 
 
105
/* Version number of package */
 
106
#undef VERSION
 
107
 
 
108
/* Define to empty if `const' does not conform to ANSI C. */
 
109
#undef const
 
110
 
 
111
/* Define to rpl_malloc if the replacement function should be used. */
 
112
#undef malloc