Output pipe function detection in configure.ac
This commit is contained in:
parent
3858cd93c2
commit
fab8d35dff
5 changed files with 275 additions and 35 deletions
|
|
@ -21,6 +21,9 @@
|
|||
/* Enable YANG patch, RFC 8072 */
|
||||
#undef CLIXON_YANG_PATCH
|
||||
|
||||
/* Grep binary */
|
||||
#undef GREP_BIN
|
||||
|
||||
/* Define to 1 if you have the `alphasort' function. */
|
||||
#undef HAVE_ALPHASORT
|
||||
|
||||
|
|
@ -81,9 +84,6 @@
|
|||
/* Define to 1 if you have the `xml2' library (-lxml2). */
|
||||
#undef HAVE_LIBXML2
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to 1 if you have the <net-snmp/net-snmp-config.h> header file. */
|
||||
#undef HAVE_NET_SNMP_NET_SNMP_CONFIG_H
|
||||
|
||||
|
|
@ -105,6 +105,9 @@
|
|||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdio.h> header file. */
|
||||
#undef HAVE_STDIO_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
|
|
@ -156,9 +159,17 @@
|
|||
/* SSH binary */
|
||||
#undef SSH_BIN
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
/* Define to 1 if all of the C90 standard headers exist (not just the ones
|
||||
required in a freestanding environment). This macro is provided for
|
||||
backward compatibility; new code need not use it. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* tail binary */
|
||||
#undef TAIL_BIN
|
||||
|
||||
/* wc binary */
|
||||
#undef WC_BIN
|
||||
|
||||
/* Restconf package */
|
||||
#undef WITH_RESTCONF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue