COPYING
INSTALL
Makefile
-Makefile.in
aclocal.m4
autom4te.cache/
config.guess
+config.h
config.log
config.status
config.sub
*.o
*.la
*~
+stamp-h1
+*.in
AC_PREREQ(2.59)
AC_INIT([libaute], [0.0.2], [azagli@libero.it])
AC_CONFIG_SRCDIR([src/aute.c])
+AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
+++ /dev/null
-11% symbol docs coverage.
-1 symbols documented.
-0 symbols incomplete.
-8 not documented.
-
-
-Aute
-aute_autentica
-aute_destroy
-aute_init
-aute_plugin_get_module
-
-
-aute:Short_Description
-libaute:Long_Description
-libaute:Short_Description
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+ #include "config.h"
+#endif
+
#include <stdio.h>
#include "libaute.h"