From 3453be54af9250a7cfcc3232759c419306f09231 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Mon, 2 Dec 2013 22:50:21 +0100 Subject: [PATCH] deleted --- include/pcp/config.h | 180 ------------------------------------------- include/pcp/stamp-h1 | 1 - 2 files changed, 181 deletions(-) delete mode 100644 include/pcp/config.h delete mode 100644 include/pcp/stamp-h1 diff --git a/include/pcp/config.h b/include/pcp/config.h deleted file mode 100644 index 108b038..0000000 --- a/include/pcp/config.h +++ /dev/null @@ -1,180 +0,0 @@ -/* include/pcp/config.h. Generated from config.h.in by configure. */ -/* include/pcp/config.h.in. Generated from configure.ac by autoheader. */ - -/* Define to 1 if you have the `arc4random_buf' function. */ -#define HAVE_ARC4RANDOM_BUF 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_ARPA_INET_H 1 - -/* Define to 1 if you have the `be32toh' function. */ -/* #undef HAVE_BE32TOH */ - -/* Define to 1 if you have the header file. */ -#define HAVE_DLFCN_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_ENDIAN_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_ERRNO_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_ERR_H 1 - -/* Define to 1 if you have the `fopen' function. */ -#define HAVE_FOPEN 1 - -/* Define to 1 if you have the `fprintf' function. */ -#define HAVE_FPRINTF 1 - -/* Define to 1 if you have the `fread' function. */ -#define HAVE_FREAD 1 - -/* Define to 1 if you have the `free' function. */ -#define HAVE_FREE 1 - -/* Define to 1 if you have the `fseek' function. */ -#define HAVE_FSEEK 1 - -/* Define to 1 if you have the `ftruncate' function. */ -#define HAVE_FTRUNCATE 1 - -/* Define to 1 if you have the `fwrite' function. */ -#define HAVE_FWRITE 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_GETOPT_H 1 - -/* Define to 1 if you have the `getopt_long' function. */ -#define HAVE_GETOPT_LONG 1 - -/* Define to 1 if you have the `htobe32' function. */ -/* #undef HAVE_HTOBE32 */ - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define to 1 if you have the `isatty' function. */ -#define HAVE_ISATTY 1 - -/* Define to 1 if you have the `sodium' library (-lsodium). */ -#define HAVE_LIBSODIUM 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define to 1 if you have the `malloc' function. */ -#define HAVE_MALLOC 1 - -/* Define to 1 if you have the `memcpy' function. */ -#define HAVE_MEMCPY 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have the `memset' function. */ -#define HAVE_MEMSET 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NETINET_IN_H 1 - -/* Define to 1 if you have the `perror' function. */ -#define HAVE_PERROR 1 - -/* Define to 1 if you have the `sizeof' function. */ -/* #undef HAVE_SIZEOF */ - -/* Define to 1 if you have the header file. */ -#define HAVE_STDDEF_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDIO_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the `strlen' function. */ -#define HAVE_STRLEN 1 - -/* Define to 1 if you have the `strnlen' function. */ -#define HAVE_STRNLEN 1 - -/* Define to 1 if you have the `strtol' function. */ -#define HAVE_STRTOL 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_ENDIAN_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the `tcgetattr' function. */ -#define HAVE_TCGETATTR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_TERMIOS_H 1 - -/* Define to 1 if you have the `towlower' function. */ -#define HAVE_TOWLOWER 1 - -/* Define to 1 if you have the `umask' function. */ -#define HAVE_UMASK 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the `vasprintf' function. */ -#define HAVE_VASPRINTF 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_WCTYPE_H 1 - -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ -#define LT_OBJDIR ".libs/" - -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -/* #undef NO_MINUS_C_MINUS_O */ - -/* Name of package */ -#define PACKAGE "pcp" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "pcp@daemon.de" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "pcp" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "pcp 0.1.5" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "pcp" - -/* Define to the home page for this package. */ -#define PACKAGE_URL "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "0.1.5" - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "0.1.5" - -/* Define to `unsigned int' if does not define. */ -/* #undef size_t */ diff --git a/include/pcp/stamp-h1 b/include/pcp/stamp-h1 deleted file mode 100644 index 17cb7d1..0000000 --- a/include/pcp/stamp-h1 +++ /dev/null @@ -1 +0,0 @@ -timestamp for include/pcp/config.h