Revision 17099,
1.6 KB
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17098,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* config.h.in. Generated automatically from configure.in by autoheader. */ |
---|
2 | #ifndef __HAVE_AF_CONFIG_H__ |
---|
3 | #define __HAVE_AF_CONFIG_H__ |
---|
4 | |
---|
5 | |
---|
6 | /* types substituted/commented-out by configure */ |
---|
7 | #undef u_int8_t |
---|
8 | #undef u_int16_t |
---|
9 | #undef u_int32_t |
---|
10 | |
---|
11 | |
---|
12 | /************************************************************** |
---|
13 | * BEGIN AUTOHEADER-GENERATED SECTION |
---|
14 | **************************************************************/ |
---|
15 | |
---|
16 | /* Define to empty if the keyword does not work. */ |
---|
17 | #undef const |
---|
18 | |
---|
19 | /* Define to `long' if <sys/types.h> doesn't define. */ |
---|
20 | #undef off_t |
---|
21 | |
---|
22 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ |
---|
23 | #undef size_t |
---|
24 | |
---|
25 | /* Define if you have the ANSI C header files. */ |
---|
26 | #undef STDC_HEADERS |
---|
27 | |
---|
28 | /* Define if your processor stores words with the most significant |
---|
29 | byte first (like Motorola and SPARC, unlike Intel and VAX). */ |
---|
30 | #undef WORDS_BIGENDIAN |
---|
31 | |
---|
32 | /* The number of bytes in a long. */ |
---|
33 | #undef SIZEOF_LONG |
---|
34 | |
---|
35 | /* The number of bytes in a off_t. */ |
---|
36 | #undef SIZEOF_OFF_T |
---|
37 | |
---|
38 | /* The number of bytes in a size_t. */ |
---|
39 | #undef SIZEOF_SIZE_T |
---|
40 | |
---|
41 | /* Define if you have the strdup function. */ |
---|
42 | #undef HAVE_STRDUP |
---|
43 | |
---|
44 | /* Define if you have the <fcntl.h> header file. */ |
---|
45 | #undef HAVE_FCNTL_H |
---|
46 | |
---|
47 | /* Define if you have the <unistd.h> header file. */ |
---|
48 | #undef HAVE_UNISTD_H |
---|
49 | |
---|
50 | /* Define if you have the m library (-lm). */ |
---|
51 | #undef HAVE_LIBM |
---|
52 | |
---|
53 | /* Name of package */ |
---|
54 | #undef PACKAGE |
---|
55 | |
---|
56 | /* Version number of package */ |
---|
57 | #undef VERSION |
---|
58 | |
---|
59 | /************************************************************** |
---|
60 | * END AUTOHEADER-GENERATED SECTION |
---|
61 | **************************************************************/ |
---|
62 | |
---|
63 | |
---|
64 | #endif /* __HAVE_AF_CONFIG_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.