AC_STDC_HEADERS
AC_HAVE_HEADERS(stdio.h string.h pwd.h netdb.h)
AC_HAVE_HEADERS(stdio.h string.h pwd.h netdb.h malloc.h)
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall -Wcast-align -Wshadow -Wstrict-prototypes"
#endif
#include <stdio.h>
#include <stdarg.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#include <assert.h>
#include "opencdk.h"
#include <errno.h>
#ifdef HAVE_PWD_H
# include <pwd.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include "main.h"