~flypig/dandelion/master

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: David Llewellyn-Jones
  • Date: 2015-05-31 08:16:57 UTC
  • Revision ID: git-v1:73f30600ae70a4e6fca2a6bc92b17265e427f7a5
Improved blur on white background. Added build files.

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 if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
 
6
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
7
   */
 
8
#undef HAVE_DIRENT_H
 
9
 
 
10
/* Define to 1 if you have the `floor' function. */
 
11
#undef HAVE_FLOOR
 
12
 
 
13
/* Define to 1 if you have the `ftime' function. */
 
14
#undef HAVE_FTIME
 
15
 
 
16
/* Define to 1 if you have the <GLee.h> header file. */
 
17
#undef HAVE_GLEE_H
 
18
 
 
19
/* Define to 1 if you have the <inttypes.h> header file. */
 
20
#undef HAVE_INTTYPES_H
 
21
 
 
22
/* Define to 1 if you have the `glut' library (-lglut). */
 
23
#undef HAVE_LIBGLUT
 
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 <ndir.h> header file, and it defines `DIR'. */
 
29
#undef HAVE_NDIR_H
 
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 stdbool.h conforms to C99. */
 
38
#undef HAVE_STDBOOL_H
 
39
 
 
40
/* Define to 1 if you have the <stdint.h> header file. */
 
41
#undef HAVE_STDINT_H
 
42
 
 
43
/* Define to 1 if you have the <stdlib.h> header file. */
 
44
#undef HAVE_STDLIB_H
 
45
 
 
46
/* Define to 1 if you have the <strings.h> header file. */
 
47
#undef HAVE_STRINGS_H
 
48
 
 
49
/* Define to 1 if you have the <string.h> header file. */
 
50
#undef HAVE_STRING_H
 
51
 
 
52
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
53
   */
 
54
#undef HAVE_SYS_DIR_H
 
55
 
 
56
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
57
   */
 
58
#undef HAVE_SYS_NDIR_H
 
59
 
 
60
/* Define to 1 if you have the <sys/stat.h> header file. */
 
61
#undef HAVE_SYS_STAT_H
 
62
 
 
63
/* Define to 1 if you have the <sys/timeb.h> header file. */
 
64
#undef HAVE_SYS_TIMEB_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
/* Define to 1 if the system has the type `_Bool'. */
 
73
#undef HAVE__BOOL
 
74
 
 
75
/* Name of package */
 
76
#undef PACKAGE
 
77
 
 
78
/* Define to the address where bug reports for this package should be sent. */
 
79
#undef PACKAGE_BUGREPORT
 
80
 
 
81
/* Define to the full name of this package. */
 
82
#undef PACKAGE_NAME
 
83
 
 
84
/* Define to the full name and version of this package. */
 
85
#undef PACKAGE_STRING
 
86
 
 
87
/* Define to the one symbol short name of this package. */
 
88
#undef PACKAGE_TARNAME
 
89
 
 
90
/* Define to the home page for this package. */
 
91
#undef PACKAGE_URL
 
92
 
 
93
/* Define to the version of this package. */
 
94
#undef PACKAGE_VERSION
 
95
 
 
96
/* Define to 1 if you have the ANSI C header files. */
 
97
#undef STDC_HEADERS
 
98
 
 
99
/* Version number of package */
 
100
#undef VERSION
 
101
 
 
102
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
103
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
104
#if defined AC_APPLE_UNIVERSAL_BUILD
 
105
# if defined __BIG_ENDIAN__
 
106
#  define WORDS_BIGENDIAN 1
 
107
# endif
 
108
#else
 
109
# ifndef WORDS_BIGENDIAN
 
110
#  undef WORDS_BIGENDIAN
 
111
# endif
 
112
#endif
 
113
 
 
114
/* Define to empty if `const' does not conform to ANSI C. */
 
115
#undef const
 
116
 
 
117
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
118
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
119
#ifndef __cplusplus
 
120
#undef inline
 
121
#endif