Deleted Added
sdiff udiff text old ( 162012 ) new ( 172677 )
full compact
1/* config.h.in. Generated from configure.in by autoheader. */
2/* Long story short: aclocal.m4 depends on autoconf 2.13
3 * implementation details wrt "const"; newer versions
4 * have different implementation details so for now we
5 * put "const" here. This may cause duplicate definitions
6 * in config.h but that should be OK since they're the same.
7 */
8#undef const
9
10/* Enable optimizer debugging */
11#undef BDEBUG
12
13/* define if you have the DAG API */
14#undef HAVE_DAG_API
15
16/* define if you have streams capable DAG API */
17#undef HAVE_DAG_STREAMS_API
18
19/* Define to 1 if you have the declaration of `ether_hostton', and to 0 if you
20 don't. */
21#undef HAVE_DECL_ETHER_HOSTTON
22
23/* define if you have a /dev/dlpi */

--- 21 unchanged lines hidden (view full) ---

45#undef HAVE_MEMORY_H
46
47/* Define to 1 if you have the <netinet/ether.h> header file. */
48#undef HAVE_NETINET_ETHER_H
49
50/* Define to 1 if you have the <netinet/if_ether.h> header file. */
51#undef HAVE_NETINET_IF_ETHER_H
52
53/* if there's an os_proto.h */
54#undef HAVE_OS_PROTO_H
55
56/* define if you have a /proc/net/dev */
57#undef HAVE_PROC_NET_DEV
58
59/* define if you have a Septel API */
60#undef HAVE_SEPTEL_API
61
62/* Define to 1 if you have the `snprintf' function. */
63#undef HAVE_SNPRINTF

--- 123 unchanged lines hidden ---