Added --with-config-compat and --with-startup-compat to configure
This commit is contained in:
parent
96a7ec86f0
commit
2ebd89d636
7 changed files with 104 additions and 27 deletions
|
|
@ -1,5 +1,8 @@
|
|||
/* include/clixon_config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Backward compatible backend startup command-line options */
|
||||
#undef BACKEND_STARTUP_COMPAT
|
||||
|
||||
/* Clixon data dir for system yang files etc */
|
||||
#undef CLIXON_DATADIR
|
||||
|
||||
|
|
@ -15,6 +18,9 @@
|
|||
/* Clixon version string */
|
||||
#undef CLIXON_VERSION_STRING
|
||||
|
||||
/* Backward compatible of .conf configuration files */
|
||||
#undef CONFIG_COMPAT
|
||||
|
||||
/* Define to 1 if you have the `alphasort' function. */
|
||||
#undef HAVE_ALPHASORT
|
||||
|
||||
|
|
@ -33,6 +39,9 @@
|
|||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the `cligen' library (-lcligen). */
|
||||
#undef HAVE_LIBCLIGEN
|
||||
|
||||
/* Define to 1 if you have the `crypt' library (-lcrypt). */
|
||||
#undef HAVE_LIBCRYPT
|
||||
|
||||
|
|
|
|||
|
|
@ -48,9 +48,3 @@ int strverscmp (__const char *__s1, __const char *__s2);
|
|||
*/
|
||||
#define XML_CHILD_HASH 1
|
||||
|
||||
/* Backward compatible clixon backend daemon startup sequences
|
||||
* This has been replaced with -s <mode> and CLICON_STARTUP_MODE
|
||||
* define if enable backward compatible behaviour
|
||||
* Remove in 3.3.4
|
||||
*/
|
||||
#undef BACKEND_STARTUP_BACKWARD_COMPAT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue