~ubuntu-branches/ubuntu/maverick/eucalyptus/maverick

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#ifndef EUCALYPTUS_CONFIG_H
#define EUCALYPTUS_CONFIG_H

#ifdef __cplusplus
{
#endif

/* Current version */
#undef EUCA_VERSION

/* headers on the system */

/* Define if you have standards headers */
#undef STDC_HEADERS

/* Define if you have fcntl.h */
#undef HAVE_FCNTL_H

/* Define if you have limits.h */
#undef HAVE_LIMITS_H

/* Define if stdint.h */
#undef HAVE_STDINT_H

/* Define if stdlib.h */
#undef HAVE_STDINT_H

/* Define if stdint.h */
#undef HAVE_STDLIB_H

/* Define if string.h */
#undef HAVE_STRING_H

/* Define if strings.h */
#undef HAVE_STRINGS_H

/* Define if sys/ioctl.h */
#undef HAVE_SYS_IOCTL_H

/* Define if sys/vfs.h */
#undef HAVE_SYS_VFS_H

/* Define if sys/wait.h */
#undef HAVE_SYS_WAIT_H

/* Define if unistd.h */
#undef HAVE_UNISTD_H

/* Define if you have the dirent.h & Co. header.  */
#undef HAVE_DIRENT_H
#undef HAVE_SYS_NDIR_H
#undef HAVE_SYS_DIR_H
#undef HAVE_NDIR_H

/* Define if you have zlib.h */
#undef HAVE_ZLIB_H

/* functions on the system */

/* Define if closedir returns void */
#undef CLOSEDIR_VOID

/* Define if there is working fork */
#undef HAVE_WORKING_FORK

/* Define if there is strnlen */
#undef HAVE_STRNLEN


#ifdef __cplusplus
}
#endif


#endif /* CONFIG_H */