| /* config.h. Generated from config.h.in by configure. */ |
| /* config.h.in. Generated from configure.in by autoheader. */ |
| |
| /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| */ |
| #define HAVE_DIRENT_H 1 |
| |
| /* Define to 1 if you have the <fcntl.h> header file. */ |
| #define HAVE_FCNTL_H 1 |
| |
| /* Define to 1 if you have the `getline' function. */ |
| /* #undef HAVE_GETLINE */ |
| |
| /* Define to 1 if you have the <getopt.h> 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 <inttypes.h> header file. */ |
| #define HAVE_INTTYPES_H 1 |
| |
| /* Define to 1 if you have the <libgen.h> header file. */ |
| #define HAVE_LIBGEN_H 1 |
| |
| /* Define to 1 if you have the <limits.h> header file. */ |
| #define HAVE_LIMITS_H 1 |
| |
| /* Define to 1 if you have the <memory.h> header file. */ |
| #define HAVE_MEMORY_H 1 |
| |
| /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| /* #undef HAVE_NDIR_H */ |
| |
| /* Define to 1 if you have the `snprintf' function. */ |
| #define HAVE_SNPRINTF 1 |
| |
| /* Define to 1 if you have the <stddef.h> header file. */ |
| #define HAVE_STDDEF_H 1 |
| |
| /* Define to 1 if you have the <stdint.h> header file. */ |
| #define HAVE_STDINT_H 1 |
| |
| /* Define to 1 if you have the <stdlib.h> header file. */ |
| #define HAVE_STDLIB_H 1 |
| |
| /* Define to 1 if you have the <strings.h> header file. */ |
| #define HAVE_STRINGS_H 1 |
| |
| /* Define to 1 if you have the <string.h> header file. */ |
| #define HAVE_STRING_H 1 |
| |
| /* Define to 1 if you have the `strtof' function. */ |
| #define HAVE_STRTOF 1 |
| |
| /* Define to 1 if `st_rdev' is member of `struct stat'. */ |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 |
| |
| /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| */ |
| /* #undef HAVE_SYS_DIR_H */ |
| |
| /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| */ |
| /* #undef HAVE_SYS_NDIR_H */ |
| |
| /* Define to 1 if you have the <sys/stat.h> header file. */ |
| #define HAVE_SYS_STAT_H 1 |
| |
| /* Define to 1 if you have the <sys/types.h> header file. */ |
| #define HAVE_SYS_TYPES_H 1 |
| |
| /* Define to 1 if you have the <unistd.h> header file. */ |
| #define HAVE_UNISTD_H 1 |
| |
| /* Define to 1 if you have the `vsnprintf' function. */ |
| #define HAVE_VSNPRINTF 1 |
| |
| /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. |
| */ |
| /* #undef MAJOR_IN_MKDEV */ |
| |
| /* Define to 1 if `major', `minor', and `makedev' are declared in |
| <sysmacros.h>. */ |
| /* #undef MAJOR_IN_SYSMACROS */ |
| |
| /* Name of package */ |
| #define PACKAGE "genext2fs" |
| |
| /* Define to the address where bug reports for this package should be sent. */ |
| #define PACKAGE_BUGREPORT "" |
| |
| /* Define to the full name of this package. */ |
| #define PACKAGE_NAME "" |
| |
| /* Define to the full name and version of this package. */ |
| #define PACKAGE_STRING "" |
| |
| /* Define to the one symbol short name of this package. */ |
| #define PACKAGE_TARNAME "" |
| |
| /* Define to the version of this package. */ |
| #define PACKAGE_VERSION "" |
| |
| /* "enable replacement (v)snprintf if system (v)snprintf is broken" */ |
| /* #undef PREFER_PORTABLE_SNPRINTF */ |
| |
| /* Define to 1 if the scanf %a conversion format mallocs a buffer. Undefine if |
| %a format denotes a float. */ |
| /* #undef SCANF_CAN_MALLOC */ |
| |
| /* Define to 1 if you have the ANSI C header files. */ |
| #define STDC_HEADERS 1 |
| |
| /* Version number of package */ |
| #define VERSION "1.4.1" |
| |
| /* Enable GNU extensions on systems that have them. */ |
| #ifndef _GNU_SOURCE |
| # define _GNU_SOURCE 1 |
| #endif |
| |
| /* Define to empty if `const' does not conform to ANSI C. */ |
| /* #undef const */ |
| |
| /* Define to `int' if <sys/types.h> doesn't define. */ |
| /* #undef gid_t */ |
| |
| /* Define to `__inline__' or `__inline' if that's what the C compiler |
| calls it, or to nothing if 'inline' is not supported under any name. */ |
| #ifndef __cplusplus |
| /* #undef inline */ |
| #endif |
| |
| /* Define to `unsigned' if <sys/types.h> does not define. */ |
| /* #undef size_t */ |
| |
| /* Define to `signed' if <sys/types.h> does not define. */ |
| /* #undef ssize_t */ |
| |
| /* Define to `int' if <sys/types.h> doesn't define. */ |
| /* #undef uid_t */ |