~ubuntu-branches/ubuntu/natty/gtkboard/natty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2011-02-28 11:25:02 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110228112502-e9aah248wxelm7ao
Tags: 0.11pre0+cvs.2003.11.02-2
autotools tweaks, most notably -lSDL to supplement -lSDL_mixer

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 to 1 if you have the `fork' function. */
 
4
#undef HAVE_FORK
 
5
 
 
6
/* Define to 1 if you have the `getcwd' function. */
 
7
#undef HAVE_GETCWD
2
8
 
3
9
/* Define to 1 if you have the <inttypes.h> header file. */
4
10
#undef HAVE_INTTYPES_H
5
11
 
 
12
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
13
   to 0 otherwise. */
 
14
#undef HAVE_MALLOC
 
15
 
6
16
/* Define to 1 if you have the <memory.h> header file. */
7
17
#undef HAVE_MEMORY_H
8
18
 
 
19
/* Define to 1 if you have the `memset' function. */
 
20
#undef HAVE_MEMSET
 
21
 
9
22
/* Define to 1 if you have the `mkdir' function. */
10
23
#undef HAVE_MKDIR
11
24
 
12
25
/* Do we have the SDL library */
13
26
#undef HAVE_SDL
14
27
 
 
28
/* Define to 1 if you have the `sqrt' function. */
 
29
#undef HAVE_SQRT
 
30
 
 
31
/* Define to 1 if stdbool.h conforms to C99. */
 
32
#undef HAVE_STDBOOL_H
 
33
 
15
34
/* Define to 1 if you have the <stdint.h> header file. */
16
35
#undef HAVE_STDINT_H
17
36
 
18
37
/* Define to 1 if you have the <stdlib.h> header file. */
19
38
#undef HAVE_STDLIB_H
20
39
 
 
40
/* Define to 1 if you have the `strcasecmp' function. */
 
41
#undef HAVE_STRCASECMP
 
42
 
21
43
/* Define to 1 if you have the <strings.h> header file. */
22
44
#undef HAVE_STRINGS_H
23
45
 
24
46
/* Define to 1 if you have the <string.h> header file. */
25
47
#undef HAVE_STRING_H
26
48
 
 
49
/* Define to 1 if you have the `strncasecmp' function. */
 
50
#undef HAVE_STRNCASECMP
 
51
 
 
52
/* Define to 1 if you have the `strpbrk' function. */
 
53
#undef HAVE_STRPBRK
 
54
 
 
55
/* Define to 1 if you have the `strstr' function. */
 
56
#undef HAVE_STRSTR
 
57
 
27
58
/* Define to 1 if you have the `strtol' function. */
28
59
#undef HAVE_STRTOL
29
60
 
36
67
/* Define to 1 if you have the <unistd.h> header file. */
37
68
#undef HAVE_UNISTD_H
38
69
 
 
70
/* Define to 1 if you have the `vfork' function. */
 
71
#undef HAVE_VFORK
 
72
 
 
73
/* Define to 1 if you have the <vfork.h> header file. */
 
74
#undef HAVE_VFORK_H
 
75
 
 
76
/* Define to 1 if `fork' works. */
 
77
#undef HAVE_WORKING_FORK
 
78
 
 
79
/* Define to 1 if `vfork' works. */
 
80
#undef HAVE_WORKING_VFORK
 
81
 
 
82
/* Define to 1 if the system has the type `_Bool'. */
 
83
#undef HAVE__BOOL
 
84
 
39
85
/* Name of package */
40
86
#undef PACKAGE
41
87
 
57
103
/* Define to the version of this package. */
58
104
#undef PACKAGE_VERSION
59
105
 
60
 
/* Define as the return type of signal handlers (`int' or `void'). */
61
 
#undef RETSIGTYPE
62
 
 
63
106
/* Define to 1 if you have the ANSI C header files. */
64
107
#undef STDC_HEADERS
65
108
 
68
111
 
69
112
/* Define to empty if `const' does not conform to ANSI C. */
70
113
#undef const
 
114
 
 
115
/* Define to rpl_malloc if the replacement function should be used. */
 
116
#undef malloc
 
117
 
 
118
/* Define to `int' if <sys/types.h> does not define. */
 
119
#undef pid_t
 
120
 
 
121
/* Define as `fork' if `vfork' does not work. */
 
122
#undef vfork