Home | History | Annotate | Download | only in genext2fs
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.in by autoheader.  */
      3 
      4 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
      5    */
      6 #define HAVE_DIRENT_H 1
      7 
      8 /* Define to 1 if you have the <fcntl.h> header file. */
      9 #define HAVE_FCNTL_H 1
     10 
     11 /* Define to 1 if you have the `getline' function. */
     12 /* #undef HAVE_GETLINE */
     13 
     14 /* Define to 1 if you have the <getopt.h> header file. */
     15 #define HAVE_GETOPT_H 1
     16 
     17 /* Define to 1 if you have the `getopt_long' function. */
     18 #define HAVE_GETOPT_LONG 1
     19 
     20 /* Define to 1 if you have the <inttypes.h> header file. */
     21 #define HAVE_INTTYPES_H 1
     22 
     23 /* Define to 1 if you have the <libgen.h> header file. */
     24 #define HAVE_LIBGEN_H 1
     25 
     26 /* Define to 1 if you have the <limits.h> header file. */
     27 #define HAVE_LIMITS_H 1
     28 
     29 /* Define to 1 if you have the <memory.h> header file. */
     30 #define HAVE_MEMORY_H 1
     31 
     32 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
     33 /* #undef HAVE_NDIR_H */
     34 
     35 /* Define to 1 if you have the `snprintf' function. */
     36 #define HAVE_SNPRINTF 1
     37 
     38 /* Define to 1 if you have the <stddef.h> header file. */
     39 #define HAVE_STDDEF_H 1
     40 
     41 /* Define to 1 if you have the <stdint.h> header file. */
     42 #define HAVE_STDINT_H 1
     43 
     44 /* Define to 1 if you have the <stdlib.h> header file. */
     45 #define HAVE_STDLIB_H 1
     46 
     47 /* Define to 1 if you have the <strings.h> header file. */
     48 #define HAVE_STRINGS_H 1
     49 
     50 /* Define to 1 if you have the <string.h> header file. */
     51 #define HAVE_STRING_H 1
     52 
     53 /* Define to 1 if you have the `strtof' function. */
     54 #define HAVE_STRTOF 1
     55 
     56 /* Define to 1 if `st_rdev' is member of `struct stat'. */
     57 #define HAVE_STRUCT_STAT_ST_RDEV 1
     58 
     59 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
     60    */
     61 /* #undef HAVE_SYS_DIR_H */
     62 
     63 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
     64    */
     65 /* #undef HAVE_SYS_NDIR_H */
     66 
     67 /* Define to 1 if you have the <sys/stat.h> header file. */
     68 #define HAVE_SYS_STAT_H 1
     69 
     70 /* Define to 1 if you have the <sys/types.h> header file. */
     71 #define HAVE_SYS_TYPES_H 1
     72 
     73 /* Define to 1 if you have the <unistd.h> header file. */
     74 #define HAVE_UNISTD_H 1
     75 
     76 /* Define to 1 if you have the `vsnprintf' function. */
     77 #define HAVE_VSNPRINTF 1
     78 
     79 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
     80    */
     81 /* #undef MAJOR_IN_MKDEV */
     82 
     83 /* Define to 1 if `major', `minor', and `makedev' are declared in
     84    <sysmacros.h>. */
     85 /* #undef MAJOR_IN_SYSMACROS */
     86 
     87 /* Name of package */
     88 #define PACKAGE "genext2fs"
     89 
     90 /* Define to the address where bug reports for this package should be sent. */
     91 #define PACKAGE_BUGREPORT ""
     92 
     93 /* Define to the full name of this package. */
     94 #define PACKAGE_NAME ""
     95 
     96 /* Define to the full name and version of this package. */
     97 #define PACKAGE_STRING ""
     98 
     99 /* Define to the one symbol short name of this package. */
    100 #define PACKAGE_TARNAME ""
    101 
    102 /* Define to the version of this package. */
    103 #define PACKAGE_VERSION ""
    104 
    105 /* "enable replacement (v)snprintf if system (v)snprintf is broken" */
    106 /* #undef PREFER_PORTABLE_SNPRINTF */
    107 
    108 /* Define to 1 if the scanf %a conversion format mallocs a buffer. Undefine if
    109    %a format denotes a float. */
    110 /* #undef SCANF_CAN_MALLOC */
    111 
    112 /* Define to 1 if you have the ANSI C header files. */
    113 #define STDC_HEADERS 1
    114 
    115 /* Version number of package */
    116 #define VERSION "1.4.1"
    117 
    118 /* Enable GNU extensions on systems that have them.  */
    119 #ifndef _GNU_SOURCE
    120 # define _GNU_SOURCE 1
    121 #endif
    122 
    123 /* Define to empty if `const' does not conform to ANSI C. */
    124 /* #undef const */
    125 
    126 /* Define to `int' if <sys/types.h> doesn't define. */
    127 /* #undef gid_t */
    128 
    129 /* Define to `__inline__' or `__inline' if that's what the C compiler
    130    calls it, or to nothing if 'inline' is not supported under any name.  */
    131 #ifndef __cplusplus
    132 /* #undef inline */
    133 #endif
    134 
    135 /* Define to `unsigned' if <sys/types.h> does not define. */
    136 /* #undef size_t */
    137 
    138 /* Define to `signed' if <sys/types.h> does not define. */
    139 /* #undef ssize_t */
    140 
    141 /* Define to `int' if <sys/types.h> doesn't define. */
    142 /* #undef uid_t */
    143