source: web/old/remctl-2.14/config.h @ f6f3e91

web
Last change on this file since f6f3e91 was f6f3e91, checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago

Preserve directory hierarchy (not sure what happened to it)

  • Property mode set to 100644
File size: 6.6 KB
Line 
1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Define to 1 if you have the `asprintf' function. */
5#define HAVE_ASPRINTF 1
6
7/* Define if your IN6_ARE_ADDR_EQUAL macro is broken. */
8/* #undef HAVE_BROKEN_IN6_ARE_ADDR_EQUAL */
9
10/* Define if the compiler supports C99 variadic macros. */
11#define HAVE_C99_VAMACROS 1
12
13/* Define to 1 if you have the `daemon' function. */
14#define HAVE_DAEMON 1
15
16/* Define to 1 if you have the declaration of `GSS_KRB5_MECHANISM', and to 0
17   if you don't. */
18#define HAVE_DECL_GSS_KRB5_MECHANISM 0
19
20/* Define to 1 if you have the declaration of `gss_mech_krb5', and to 0 if you
21   don't. */
22#define HAVE_DECL_GSS_MECH_KRB5 1
23
24/* Define to 1 if you have the declaration of `inet_aton', and to 0 if you
25   don't. */
26#define HAVE_DECL_INET_ATON 1
27
28/* Define to 1 if you have the declaration of `inet_ntoa', and to 0 if you
29   don't. */
30#define HAVE_DECL_INET_NTOA 1
31
32/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
33   don't. */
34#define HAVE_DECL_SNPRINTF 1
35
36/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
37   don't. */
38#define HAVE_DECL_VSNPRINTF 1
39
40/* Define to 1 if you have the <dlfcn.h> header file. */
41#define HAVE_DLFCN_H 1
42
43/* Define to 1 if you have the `getaddrinfo' function. */
44#define HAVE_GETADDRINFO 1
45
46/* Define if the AI_ADDRCONFIG flag works with getaddrinfo. */
47#define HAVE_GETADDRINFO_ADDRCONFIG 1
48
49/* Define to 1 if you have the `getnameinfo' function. */
50#define HAVE_GETNAMEINFO 1
51
52/* Define to 1 if you have the `getopt' function. */
53#define HAVE_GETOPT 1
54
55/* Define if the compiler supports GNU-style variadic macros. */
56#define HAVE_GNU_VAMACROS 1
57
58/* Define to 1 if the CMU GPUT library is present */
59/* #undef HAVE_GPUT */
60
61/* Define to 1 if you have the <gssapi.h> header file. */
62#define HAVE_GSSAPI_H 1
63
64/* Define to 1 if the GSS-API library uses RFC-compliant OIDs. */
65#define HAVE_GSS_RFC_OIDS 1
66
67/* Define to 1 if IPv6 library interfaces are available. */
68#define HAVE_INET6 1
69
70/* Define to 1 if you have the `inet_aton' function. */
71#define HAVE_INET_ATON 1
72
73/* Define if your system has a working inet_ntoa function. */
74#define HAVE_INET_NTOA 1
75
76/* Define to 1 if you have the `inet_ntop' function. */
77#define HAVE_INET_NTOP 1
78
79/* Define to 1 if you have the <inttypes.h> header file. */
80#define HAVE_INTTYPES_H 1
81
82/* Define to 1 if the system has the type `long long'. */
83#define HAVE_LONG_LONG 1
84
85/* Define to 1 if you have the <memory.h> header file. */
86#define HAVE_MEMORY_H 1
87
88/* Define if <sys/socket.h> defines the SA_LEN macro */
89/* #undef HAVE_SA_LEN */
90
91/* Define to 1 if you have the `setenv' function. */
92#define HAVE_SETENV 1
93
94/* Define to 1 if you have the `setrlimit' function. */
95#define HAVE_SETRLIMIT 1
96
97/* Define to 1 if you have the `setsid' function. */
98#define HAVE_SETSID 1
99
100/* Define if your system has a working snprintf function. */
101#define HAVE_SNPRINTF 1
102
103/* Define to 1 if stdbool.h conforms to C99. */
104#define HAVE_STDBOOL_H 1
105
106/* Define to 1 if you have the <stdint.h> header file. */
107#define HAVE_STDINT_H 1
108
109/* Define to 1 if you have the <stdlib.h> header file. */
110#define HAVE_STDLIB_H 1
111
112/* Define to 1 if you have the <strings.h> header file. */
113#define HAVE_STRINGS_H 1
114
115/* Define to 1 if you have the <string.h> header file. */
116#define HAVE_STRING_H 1
117
118/* Define to 1 if you have the `strlcat' function. */
119/* #undef HAVE_STRLCAT */
120
121/* Define to 1 if you have the `strlcpy' function. */
122/* #undef HAVE_STRLCPY */
123
124/* Define to 1 if the system has the type `struct sockaddr_in6'. */
125#define HAVE_STRUCT_SOCKADDR_IN6 1
126
127/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
128/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
129
130/* Define to 1 if the system has the type `struct sockaddr_storage'. */
131#define HAVE_STRUCT_SOCKADDR_STORAGE 1
132
133/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
134#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
135
136/* Define to 1 if you have the <syslog.h> header file. */
137#define HAVE_SYSLOG_H 1
138
139/* Define to 1 if you have the <sys/bitypes.h> header file. */
140#define HAVE_SYS_BITYPES_H 1
141
142/* Define to 1 if you have the <sys/filio.h> header file. */
143/* #undef HAVE_SYS_FILIO_H */
144
145/* Define to 1 if you have the <sys/select.h> header file. */
146#define HAVE_SYS_SELECT_H 1
147
148/* Define to 1 if you have the <sys/stat.h> header file. */
149#define HAVE_SYS_STAT_H 1
150
151/* Define to 1 if you have the <sys/types.h> header file. */
152#define HAVE_SYS_TYPES_H 1
153
154/* Define to 1 if you have the <sys/uio.h> header file. */
155#define HAVE_SYS_UIO_H 1
156
157/* Define to 1 if you have the <unistd.h> header file. */
158#define HAVE_UNISTD_H 1
159
160/* Define to 1 if the system has the type `_Bool'. */
161#define HAVE__BOOL 1
162
163/* Define to the sub-directory in which libtool stores uninstalled libraries.
164   */
165#define LT_OBJDIR ".libs/"
166
167/* Define to 1 if your C compiler doesn't accept -c and -o together. */
168/* #undef NO_MINUS_C_MINUS_O */
169
170/* Name of package */
171#define PACKAGE "remctl"
172
173/* Define to the address where bug reports for this package should be sent. */
174#define PACKAGE_BUGREPORT "rra@stanford.edu"
175
176/* Define to the full name of this package. */
177#define PACKAGE_NAME "remctl"
178
179/* Define to the full name and version of this package. */
180#define PACKAGE_STRING "remctl 2.14"
181
182/* Define to the one symbol short name of this package. */
183#define PACKAGE_TARNAME "remctl"
184
185/* Define to the version of this package. */
186#define PACKAGE_VERSION "2.14"
187
188/* Define as the return type of signal handlers (`int' or `void'). */
189#define RETSIGTYPE void
190
191/* The size of `long', as computed by sizeof. */
192#define SIZEOF_LONG 8
193
194/* Define to 1 if you have the ANSI C header files. */
195#define STDC_HEADERS 1
196
197/* Enable extensions on AIX 3, Interix.  */
198#ifndef _ALL_SOURCE
199# define _ALL_SOURCE 1
200#endif
201/* Enable GNU extensions on systems that have them.  */
202#ifndef _GNU_SOURCE
203# define _GNU_SOURCE 1
204#endif
205/* Enable threading extensions on Solaris.  */
206#ifndef _POSIX_PTHREAD_SEMANTICS
207# define _POSIX_PTHREAD_SEMANTICS 1
208#endif
209/* Enable extensions on HP NonStop.  */
210#ifndef _TANDEM_SOURCE
211# define _TANDEM_SOURCE 1
212#endif
213/* Enable general extensions on Solaris.  */
214#ifndef __EXTENSIONS__
215# define __EXTENSIONS__ 1
216#endif
217
218
219/* Version number of package */
220#define VERSION "2.14"
221
222/* Define to 1 if on MINIX. */
223/* #undef _MINIX */
224
225/* Define to 2 if the system does not provide POSIX.1 features except with
226   this defined. */
227/* #undef _POSIX_1_SOURCE */
228
229/* Define to 1 if you need to in order for `stat' and other things to work. */
230/* #undef _POSIX_SOURCE */
231
232/* Define to int if <signal.h> does not define. */
233/* #undef sig_atomic_t */
234
235/* Define to int if <sys/socket.h> does not define. */
236/* #undef socklen_t */
Note: See TracBrowser for help on using the repository browser.