diff options
| author | Michael Forney <mforney@mforney.org> | 2018-08-30 13:01:34 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-08-30 15:15:11 -0700 |
| commit | 730754edf6b5ea869904ca5e666489eb1c0f9ecc (patch) | |
| tree | cf7fc3a713e2115f8d3a152c24eea6907ea98fc4 /pkg/dosfstools/config.h | |
| parent | 6ae1b32cef213c6910f7986fea6d46e83826ad8a (diff) | |
dosfstools: Don't use config-posix.h
Diffstat (limited to 'pkg/dosfstools/config.h')
| -rw-r--r-- | pkg/dosfstools/config.h | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/pkg/dosfstools/config.h b/pkg/dosfstools/config.h index 8bcb9a2c..2db05901 100644 --- a/pkg/dosfstools/config.h +++ b/pkg/dosfstools/config.h @@ -1,6 +1,21 @@ -#include <config-posix.h> - +#define PACKAGE_NAME "dosfstools" +#define PACKAGE_TARNAME "dosfstools" +#define PACKAGE_VERSION "4.1" +#define PACKAGE_STRING "dosfstools 4.1" +#define PACKAGE_BUGREPORT "" +#define PACKAGE_URL "" +#define PACKAGE "dosfstools" +#define VERSION "4.1" +#define STDC_HEADERS 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_UNISTD_H 1 #define HAVE_ERR_H 1 #define HAVE_LINUX_FD_H 1 #define HAVE_LINUX_HDREG_H 1 |
