From 5f5d1604492ae15967f9d86f41fbeeedcae0ae2b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 8 Jul 1999 06:44:55 +0200 Subject: Import ax25-tools 0.0.3 from tarball --- config.h.in | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 3b84bf1..ef89ff5 100644 --- a/config.h.in +++ b/config.h.in @@ -39,10 +39,14 @@ /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING -#undef HAVE_AX25_FWD_STRUCT +/* Define if you have a proper netax25/ax25.h header file. */ +#undef HAVE_NETAX25_AX25_H -#undef HAVE_AX25_IAMDIGI -#undef HAVE_AX25_PIDINCL +/* Define if you have a proper netrom/netrom.h header file. */ +#undef HAVE_NETROM_NETROM_H + +/* Define if you have a proper netrose/rose.h header file. */ +#undef HAVE_NETROSE_ROSE_H /* Define if you have the gethostname function. */ #undef HAVE_GETHOSTNAME @@ -86,15 +90,6 @@ /* Define if you have the header file. */ #undef HAVE_LIMITS_H -/* Define if you have the header file. */ -#undef HAVE_NETAX25_AX25_H - -/* Define if you have the header file. */ -#undef HAVE_NETROM_NETROM_H - -/* Define if you have the header file. */ -#undef HAVE_NETROSE_ROSE_H - /* Define if you have the header file. */ #undef HAVE_PATHS_H @@ -116,6 +111,9 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the header file. */ +#undef HAVE_ZLIB_H + /* Name of package */ #undef PACKAGE -- cgit v1.2.3