isdnctrl: autoreconf

Update all files generated by autotools via a call to 'autoreconf -if'
and remove unnecessary file acconfig.h.
This commit is contained in:
Peter Marschall 2012-04-20 17:15:58 +02:00
parent bc234a12dd
commit 7bc75eeede
3 changed files with 3223 additions and 2256 deletions

View File

@ -1,14 +0,0 @@
/* Define this if your system has the old dbm library. */
#undef HAVE_LIBDBM
/* Define this if your system has the GNU dbm library. */
#undef HAVE_LIBGDBM
/* Define this if triggercps is defined in struct isdn_net_ioctl_cfg. */
#undef HAVE_TRIGGERCPS
/* Define this if ISDN_ENCAP_CISCOHDLCK is defined in isdn.h. */
#undef HAVE_CISCOKEEPALIVE
/* Define this, if TIMRU extension is available */
#undef HAVE_TIMRU

View File

@ -1,22 +1,58 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* Enable configfile option */
#undef CONFIG_ISDNCTRL_CONF
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define this if triggercps is defined in struct isdn_net_ioctl_cfg. */
#undef HAVE_TRIGGERCPS
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the <sys/ioctl.h> header file. */
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define if you have the <unistd.h> header file. */
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the TIMRU facility. */
#undef HAVE_TIMRU
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define if you have the CISCOKEEPALIVE code */
#undef HAVE_CISCOKEEPALIVE
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

5403
isdnctrl/configure vendored

File diff suppressed because it is too large Load Diff