~ubuntu-branches/ubuntu/utopic/adios/utopic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-12-09 15:21:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131209152131-jtd4fpmdv3xnunnm
Tags: 1.5.0-1
* New upstream.
* Standards-Version: 3.9.5
* Include latest config.{sub,guess} 
* New watch file.
* Create libadios-bin for binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
/* Define to 1 if you have the `clock_gettime' function. */
24
24
#undef HAVE_CLOCK_GETTIME
25
25
 
 
26
/* Define if you have CRAY_PMI. */
 
27
#undef HAVE_CRAY_PMI
 
28
 
26
29
/* Define if you have Cray Portals. */
27
30
#undef HAVE_CRAY_PORTALS
28
31
 
29
 
/* Define if you have the DART. */
30
 
#undef HAVE_DART
31
 
 
32
 
/* Define to 1 if you have the <dart.h> header file. */
33
 
#undef HAVE_DART_H
 
32
/* Define if you have CRAY_UGNI. */
 
33
#undef HAVE_CRAY_UGNI
 
34
 
 
35
/* Define if you have the DATASPACES. */
 
36
#undef HAVE_DATASPACES
 
37
 
 
38
/* Define to 1 if you have the <dataspaces.h> header file. */
 
39
#undef HAVE_DATASPACES_H
 
40
 
 
41
/* Define if you have the DCMF. */
 
42
#undef HAVE_DCMF
 
43
 
 
44
/* Define to 1 if you have the <dcmf.h> header file. */
 
45
#undef HAVE_DCMF_H
34
46
 
35
47
/* Define if you have the DIMES. */
36
48
#undef HAVE_DIMES
37
49
 
38
 
/* Define to 1 if you have the <dimes.h> header file. */
39
 
#undef HAVE_DIMES_H
 
50
/* Define to 1 if you have the <dimes_interface.h> header file. */
 
51
#undef HAVE_DIMES_INTERFACE_H
40
52
 
41
53
/* Define to 1 if you have the <dlfcn.h> header file. */
42
54
#undef HAVE_DLFCN_H
50
62
/* Define to 1 if you have the `fdatasync' function. */
51
63
#undef HAVE_FDATASYNC
52
64
 
 
65
/* Flexpath is enabled */
 
66
#undef HAVE_FLEXPATH
 
67
 
53
68
/* Define to 1 if you have the `gettimeofday' function. */
54
69
#undef HAVE_GETTIMEOFDAY
55
70
 
86
101
/* Define to 1 if you have the <mxml.h> header file. */
87
102
#undef HAVE_MXML_H
88
103
 
 
104
/* Define to 1 if you have the `nanosleep' function. */
 
105
#undef HAVE_NANOSLEEP
 
106
 
89
107
/* Define if you have NC4PAR. */
90
108
#undef HAVE_NC4PAR
91
109
 
161
179
/* Define to 1 if you have the <stdlib.h> header file. */
162
180
#undef HAVE_STDLIB_H
163
181
 
 
182
/* Define to 1 if you have the `strerror' function. */
 
183
#undef HAVE_STRERROR
 
184
 
164
185
/* Define to 1 if cpp supports the ANSI # stringizing operator. */
165
186
#undef HAVE_STRINGIZE
166
187
 
170
191
/* Define to 1 if you have the <string.h> header file. */
171
192
#undef HAVE_STRING_H
172
193
 
 
194
/* Define to 1 if you have the `strncpy' function. */
 
195
#undef HAVE_STRNCPY
 
196
 
173
197
/* Define to 1 if you have the <sys/stat.h> header file. */
174
198
#undef HAVE_SYS_STAT_H
175
199
 
179
203
/* Define to 1 if you have the <unistd.h> header file. */
180
204
#undef HAVE_UNISTD_H
181
205
 
 
206
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
207
   */
 
208
#undef LT_OBJDIR
 
209
 
182
210
/* Datatap is disabled */
183
211
#undef NO_DATATAP
184
212
 
 
213
/* Flexpath is disabled */
 
214
#undef NO_FLEXPATH
 
215
 
185
216
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
186
217
#undef NO_MINUS_C_MINUS_O
187
218
 
207
238
   your system. */
208
239
#undef PTHREAD_CREATE_JOINABLE
209
240
 
 
241
/* Skel timing is enabled */
 
242
#undef SKEL_TIMING
 
243
 
210
244
/* Define to 1 if you have the ANSI C header files. */
211
245
#undef STDC_HEADERS
212
246
 
215
249
 
216
250
/* Version number of package */
217
251
#undef VERSION
 
252
 
 
253
/* Major version number */
 
254
#undef VERSION_MAJOR
 
255
 
 
256
/* Micro version number */
 
257
#undef VERSION_MICRO
 
258
 
 
259
/* Minor version number */
 
260
#undef VERSION_MINOR
 
261
 
 
262
/* svn revision number */
 
263
#undef VERSION_SVNREV