From 0df1d4beac64bbd6617a74d2820f87adecb35d79 Mon Sep 17 00:00:00 2001 From: Damian Date: Sat, 15 Aug 2020 11:35:55 -0300 Subject: [PATCH] include clean-up --- ps3_ppu/config.h | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/ps3_ppu/config.h b/ps3_ppu/config.h index 689063f..c2f9f84 100644 --- a/ps3_ppu/config.h +++ b/ps3_ppu/config.h @@ -1,5 +1,4 @@ /* config.h. Generated from config.h.in by configure. */ -/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 @@ -48,30 +47,3 @@ /* Define to 1 if you have the header file. */ #define HAVE_UTIME_H 1 - -/* Name of package */ -#define PACKAGE "libnfs" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "ronniesahlberg@gmail.com" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "libnfs" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libnfs 4.0.0" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "libnfs" - -/* Define to the home page for this package. */ -#define PACKAGE_URL "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.0" - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "4.0.0"