renamed .h and libs clicon->clixon
This commit is contained in:
parent
baa5611616
commit
79b77943f9
132 changed files with 1240 additions and 1268 deletions
|
|
@ -34,7 +34,7 @@ all:
|
|||
clean:
|
||||
|
||||
distclean: clean
|
||||
rm -f clicon_config.h Makefile *~ .depend
|
||||
rm -f clixon_config.h Makefile *~ .depend
|
||||
|
||||
install:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,16 @@
|
|||
/* include/clicon_config.h.in. Generated from configure.ac by autoheader. */
|
||||
/* include/clixon_config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Clixon major release */
|
||||
#undef CLIXON_VERSION_MAJOR
|
||||
|
||||
/* Clixon minor release */
|
||||
#undef CLIXON_VERSION_MINOR
|
||||
|
||||
/* Clixon path version */
|
||||
#undef CLIXON_VERSION_PATCH
|
||||
|
||||
/* Clixon version string */
|
||||
#undef CLIXON_VERSION_STRING
|
||||
|
||||
/* Check if extra keys inserted for database lists containing content. Eg
|
||||
A.n.foo = 3 means A.3 $!a=foo exists */
|
||||
|
|
@ -119,4 +131,4 @@
|
|||
`char[]'. */
|
||||
#undef YYTEXT_POINTER
|
||||
|
||||
#include <clicon_custom.h>
|
||||
#include <clixon_custom.h>
|
||||
|
|
@ -2,23 +2,23 @@
|
|||
*
|
||||
Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren
|
||||
|
||||
This file is part of CLICON.
|
||||
This file is part of CLIXON.
|
||||
|
||||
CLICON is free software; you can redistribute it and/or modify
|
||||
CLIXON is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
CLICON is distributed in the hope that it will be useful,
|
||||
CLIXON is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with CLICON; see the file LICENSE. If not, see
|
||||
along with CLIXON; see the file LICENSE. If not, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
Custom file as boilerplate appended by clicon_config.h
|
||||
Custom file as boilerplate appended by clixon_config.h
|
||||
*/
|
||||
|
||||
#ifndef HAVE_STRNDUP
|
||||
Loading…
Add table
Add a link
Reference in a new issue