ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/config.h.in
Revision: 1225
Committed: Fri Feb 8 21:33:46 2008 UTC (17 years, 3 months ago) by gezelter
Original Path: trunk/src/config.h.in
File size: 4100 byte(s)
Log Message:
updating configure process

File Contents

# Content
1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if you have the `floor' function. */
4 #undef HAVE_FLOOR
5
6 /* Define to 1 if you have the `getpagesize' function. */
7 #undef HAVE_GETPAGESIZE
8
9 /* Define to 1 if you have the `gettimeofday' function. */
10 #undef HAVE_GETTIMEOFDAY
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the <libintl.h> header file. */
16 #undef HAVE_LIBINTL_H
17
18 /* Define to 1 if you have the <limits.h> header file. */
19 #undef HAVE_LIMITS_H
20
21 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22 to 0 otherwise. */
23 #undef HAVE_MALLOC
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 `pstat_getdynamic' function. */
35 #undef HAVE_PSTAT_GETDYNAMIC
36
37 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
38 and to 0 otherwise. */
39 #undef HAVE_REALLOC
40
41 /* Define to 1 if you have the `select' function. */
42 #undef HAVE_SELECT
43
44 /* Define to 1 if you have the `sqrt' function. */
45 #undef HAVE_SQRT
46
47 /* Define to 1 if stdbool.h conforms to C99. */
48 #undef HAVE_STDBOOL_H
49
50 /* Define to 1 if you have the <stdint.h> header file. */
51 #undef HAVE_STDINT_H
52
53 /* Define to 1 if you have the <stdlib.h> header file. */
54 #undef HAVE_STDLIB_H
55
56 /* Define to 1 if you have the `strcasecmp' function. */
57 #undef HAVE_STRCASECMP
58
59 /* Define to 1 if you have the `strchr' function. */
60 #undef HAVE_STRCHR
61
62 /* Define to 1 if you have the `strdup' function. */
63 #undef HAVE_STRDUP
64
65 /* Define to 1 if you have the <strings.h> header file. */
66 #undef HAVE_STRINGS_H
67
68 /* Define to 1 if you have the <string.h> header file. */
69 #undef HAVE_STRING_H
70
71 /* Define to 1 if you have the `strncasecmp' function. */
72 #undef HAVE_STRNCASECMP
73
74 /* Define to 1 if you have the `strstr' function. */
75 #undef HAVE_STRSTR
76
77 /* Define to 1 if you have the `strtol' function. */
78 #undef HAVE_STRTOL
79
80 /* Define to 1 if you have the <sys/param.h> header file. */
81 #undef HAVE_SYS_PARAM_H
82
83 /* Define to 1 if you have the <sys/select.h> header file. */
84 #undef HAVE_SYS_SELECT_H
85
86 /* Define to 1 if you have the <sys/socket.h> header file. */
87 #undef HAVE_SYS_SOCKET_H
88
89 /* Define to 1 if you have the <sys/stat.h> header file. */
90 #undef HAVE_SYS_STAT_H
91
92 /* Define to 1 if you have the <sys/time.h> header file. */
93 #undef HAVE_SYS_TIME_H
94
95 /* Define to 1 if you have the <sys/types.h> header file. */
96 #undef HAVE_SYS_TYPES_H
97
98 /* Define to 1 if you have the <unistd.h> header file. */
99 #undef HAVE_UNISTD_H
100
101 /* Define to 1 if the system has the type `_Bool'. */
102 #undef HAVE__BOOL
103
104 /* Define to the address where bug reports for this package should be sent. */
105 #undef PACKAGE_BUGREPORT
106
107 /* Define to the full name of this package. */
108 #undef PACKAGE_NAME
109
110 /* Define to the full name and version of this package. */
111 #undef PACKAGE_STRING
112
113 /* Define to the one symbol short name of this package. */
114 #undef PACKAGE_TARNAME
115
116 /* Define to the version of this package. */
117 #undef PACKAGE_VERSION
118
119 /* Define to the type of arg 1 for `select'. */
120 #undef SELECT_TYPE_ARG1
121
122 /* Define to the type of args 2, 3 and 4 for `select'. */
123 #undef SELECT_TYPE_ARG234
124
125 /* Define to the type of arg 5 for `select'. */
126 #undef SELECT_TYPE_ARG5
127
128 /* Define to 1 if you have the ANSI C header files. */
129 #undef STDC_HEADERS
130
131 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
132 #undef TIME_WITH_SYS_TIME
133
134 /* Define to empty if `const' does not conform to ANSI C. */
135 #undef const
136
137 /* Define to `__inline__' or `__inline' if that's what the C compiler
138 calls it, or to nothing if 'inline' is not supported under any name. */
139 #ifndef __cplusplus
140 #undef inline
141 #endif
142
143 /* Define to rpl_malloc if the replacement function should be used. */
144 #undef malloc
145
146 /* Define to rpl_realloc if the replacement function should be used. */
147 #undef realloc
148
149 /* Define to `unsigned int' if <sys/types.h> does not define. */
150 #undef size_t