~ubuntu-branches/ubuntu/quantal/nettle/quantal

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Marek Habersack
  • Date: 2004-05-04 15:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040504155602-7jbhw5mabvwksl3j
Tags: upstream-1.10
ImportĀ upstreamĀ versionĀ 1.10

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 to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
 
4
   systems. This function is required for `alloca.c' support on those systems.
 
5
   */
 
6
#undef CRAY_STACKSEG_END
 
7
 
 
8
/* Define to 1 if using `alloca.c'. */
 
9
#undef C_ALLOCA
 
10
 
 
11
/* Define to 1 if you have `alloca', as a function or macro. */
 
12
#undef HAVE_ALLOCA
 
13
 
 
14
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
 
15
   */
 
16
#undef HAVE_ALLOCA_H
 
17
 
 
18
/* Define if the compiler understands __attribute__ */
 
19
#undef HAVE_GCC_ATTRIBUTE
 
20
 
 
21
/* Define to 1 if you have the <inttypes.h> header file. */
 
22
#undef HAVE_INTTYPES_H
 
23
 
 
24
/* Define if you have openssl's libcrypto (used for benchmarking) */
 
25
#undef HAVE_LIBCRYPTO
 
26
 
 
27
/* Define to 1 if you have the `gmp' library (-lgmp). */
 
28
#undef HAVE_LIBGMP
 
29
 
 
30
/* Define to 1 if you have the <malloc.h> header file. */
 
31
#undef HAVE_MALLOC_H
 
32
 
 
33
/* Define to 1 if you have the <memory.h> header file. */
 
34
#undef HAVE_MEMORY_H
 
35
 
 
36
/* Define to 1 if you have the `memxor' function. */
 
37
#undef HAVE_MEMXOR
 
38
 
 
39
/* Define to 1 if you have the <stdint.h> header file. */
 
40
#undef HAVE_STDINT_H
 
41
 
 
42
/* Define to 1 if you have the <stdlib.h> header file. */
 
43
#undef HAVE_STDLIB_H
 
44
 
 
45
/* Define to 1 if you have the <strings.h> header file. */
 
46
#undef HAVE_STRINGS_H
 
47
 
 
48
/* Define to 1 if you have the <string.h> header file. */
 
49
#undef HAVE_STRING_H
 
50
 
 
51
/* Define to 1 if you have the <sys/stat.h> header file. */
 
52
#undef HAVE_SYS_STAT_H
 
53
 
 
54
/* Define to 1 if you have the <sys/types.h> header file. */
 
55
#undef HAVE_SYS_TYPES_H
 
56
 
 
57
/* Define to 1 if you have the <unistd.h> header file. */
 
58
#undef HAVE_UNISTD_H
 
59
 
 
60
/* Name of package */
 
61
#undef PACKAGE
 
62
 
 
63
/* Define to the address where bug reports for this package should be sent. */
 
64
#undef PACKAGE_BUGREPORT
 
65
 
 
66
/* Define to the full name of this package. */
 
67
#undef PACKAGE_NAME
 
68
 
 
69
/* Define to the full name and version of this package. */
 
70
#undef PACKAGE_STRING
 
71
 
 
72
/* Define to the one symbol short name of this package. */
 
73
#undef PACKAGE_TARNAME
 
74
 
 
75
/* Define to the version of this package. */
 
76
#undef PACKAGE_VERSION
 
77
 
 
78
/* The size of a `char', as computed by sizeof. */
 
79
#undef SIZEOF_CHAR
 
80
 
 
81
/* The size of a `int', as computed by sizeof. */
 
82
#undef SIZEOF_INT
 
83
 
 
84
/* The size of a `long', as computed by sizeof. */
 
85
#undef SIZEOF_LONG
 
86
 
 
87
/* The size of a `short', as computed by sizeof. */
 
88
#undef SIZEOF_SHORT
 
89
 
 
90
/* The size of a `void*', as computed by sizeof. */
 
91
#undef SIZEOF_VOIDP
 
92
 
 
93
/* If using the C implementation of alloca, define if you know the
 
94
   direction of stack growth for your system; otherwise it will be
 
95
   automatically deduced at run-time.
 
96
        STACK_DIRECTION > 0 => grows toward higher addresses
 
97
        STACK_DIRECTION < 0 => grows toward lower addresses
 
98
        STACK_DIRECTION = 0 => direction of growth unknown */
 
99
#undef STACK_DIRECTION
 
100
 
 
101
/* Define to 1 if you have the ANSI C header files. */
 
102
#undef STDC_HEADERS
 
103
 
 
104
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
105
#undef TIME_WITH_SYS_TIME
 
106
 
 
107
/* Version number of package */
 
108
#undef VERSION
 
109
 
 
110
/* Define to enable public key features */
 
111
#undef WITH_PUBLIC_KEY
 
112
 
 
113
/* Define to 1 if your processor stores words with the most significant byte
 
114
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
115
#undef WORDS_BIGENDIAN
 
116
 
 
117
/* Define to empty if `const' does not conform to ANSI C. */
 
118
#undef const
 
119
 
 
120
/* Define to `int' if <sys/types.h> doesn't define. */
 
121
#undef gid_t
 
122
 
 
123
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
124
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
125
#ifndef __cplusplus
 
126
#undef inline
 
127
#endif
 
128
 
 
129
/* Define to `unsigned' if <sys/types.h> does not define. */
 
130
#undef size_t
 
131
 
 
132
/* Define to `int' if <sys/types.h> doesn't define. */
 
133
#undef uid_t
 
134
 
 
135
/* AIX requires this to be the first thing in the file.  */
 
136
#ifndef __GNUC__
 
137
# if HAVE_ALLOCA_H
 
138
#  include <alloca.h>
 
139
# else
 
140
#  ifdef _AIX
 
141
 #pragma alloca
 
142
#  else
 
143
#   ifndef alloca /* predefined by HP cc +Olibcalls */
 
144
char *alloca ();
 
145
#   endif
 
146
#  endif
 
147
# endif
 
148
#else /* defined __GNUC__ */
 
149
# if HAVE_ALLOCA_H
 
150
#  include <alloca.h>
 
151
# endif
 
152
#endif
 
153
/* Needed for alloca on windows */
 
154
#if HAVE_MALLOC_H
 
155
# include <malloc.h>
 
156
#endif
 
157
 
 
158
 
 
159
#if __GNUC__ && HAVE_GCC_ATTRIBUTE
 
160
# define NORETURN __attribute__ ((__noreturn__))
 
161
# define PRINTF_STYLE(f, a) __attribute__ ((__format__ (__printf__, f, a)))
 
162
# define UNUSED __attribute__ ((__unused__))
 
163
#else
 
164
# define NORETURN
 
165
# define PRINTF_STYLE(f, a)
 
166
# define UNUSED
 
167
#endif
 
168