"Fossies" - the Fresh Open Source Software Archive

Member "qdiff-0.9.1/config.h.in" (21 Oct 2008, 4633 Bytes) of package /linux/privat/old/qdiff-0.9.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /* config.h.in.  Generated from configure.ac by autoheader.  */
    2 
    3 /* Define to 1 if you have the `asprintf' function. */
    4 #undef HAVE_ASPRINTF
    5 
    6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    7    */
    8 #undef HAVE_DIRENT_H
    9 
   10 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
   11 #undef HAVE_DOPRNT
   12 
   13 /* Define to 1 if you have the <fcntl.h> header file. */
   14 #undef HAVE_FCNTL_H
   15 
   16 /* Define to 1 if you have the <float.h> header file. */
   17 #undef HAVE_FLOAT_H
   18 
   19 /* Define to 1 if you have the `ftruncate' function. */
   20 #undef HAVE_FTRUNCATE
   21 
   22 /* Define to 1 if you have the `getpagesize' function. */
   23 #undef HAVE_GETPAGESIZE
   24 
   25 /* Define to 1 if you have the <inttypes.h> header file. */
   26 #undef HAVE_INTTYPES_H
   27 
   28 /* Define to 1 if you have the <limits.h> header file. */
   29 #undef HAVE_LIMITS_H
   30 
   31 /* Define to 1 if `lstat' has the bug that it succeeds when given the
   32    zero-length file name argument. */
   33 #undef HAVE_LSTAT_EMPTY_STRING_BUG
   34 
   35 /* Define to 1 if you have the `memmove' function. */
   36 #undef HAVE_MEMMOVE
   37 
   38 /* Define to 1 if you have the <memory.h> header file. */
   39 #undef HAVE_MEMORY_H
   40 
   41 /* Define to 1 if you have the `memset' function. */
   42 #undef HAVE_MEMSET
   43 
   44 /* Define to 1 if you have a working `mmap' system call. */
   45 #undef HAVE_MMAP
   46 
   47 /* Define to 1 if you have the `munmap' function. */
   48 #undef HAVE_MUNMAP
   49 
   50 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
   51 #undef HAVE_NDIR_H
   52 
   53 /* Define to 1 if `stat' has the bug that it succeeds when given the
   54    zero-length file name argument. */
   55 #undef HAVE_STAT_EMPTY_STRING_BUG
   56 
   57 /* Define to 1 if you have the <stdint.h> header file. */
   58 #undef HAVE_STDINT_H
   59 
   60 /* Define to 1 if you have the <stdlib.h> header file. */
   61 #undef HAVE_STDLIB_H
   62 
   63 /* Define to 1 if you have the `strchr' function. */
   64 #undef HAVE_STRCHR
   65 
   66 /* Define to 1 if you have the `strdup' function. */
   67 #undef HAVE_STRDUP
   68 
   69 /* Define to 1 if you have the `strerror' function. */
   70 #undef HAVE_STRERROR
   71 
   72 /* Define to 1 if you have the <strings.h> header file. */
   73 #undef HAVE_STRINGS_H
   74 
   75 /* Define to 1 if you have the <string.h> header file. */
   76 #undef HAVE_STRING_H
   77 
   78 /* Define to 1 if you have the `strrchr' function. */
   79 #undef HAVE_STRRCHR
   80 
   81 /* Define to 1 if you have the `strtol' function. */
   82 #undef HAVE_STRTOL
   83 
   84 /* Define to 1 if you have the `strtoul' function. */
   85 #undef HAVE_STRTOUL
   86 
   87 /* Define to 1 if `st_rdev' is member of `struct stat'. */
   88 #undef HAVE_STRUCT_STAT_ST_RDEV
   89 
   90 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   91    */
   92 #undef HAVE_SYS_DIR_H
   93 
   94 /* Define to 1 if you have the <sys/ioctl.h> header file. */
   95 #undef HAVE_SYS_IOCTL_H
   96 
   97 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   98    */
   99 #undef HAVE_SYS_NDIR_H
  100 
  101 /* Define to 1 if you have the <sys/stat.h> header file. */
  102 #undef HAVE_SYS_STAT_H
  103 
  104 /* Define to 1 if you have the <sys/types.h> header file. */
  105 #undef HAVE_SYS_TYPES_H
  106 
  107 /* Define to 1 if you have the <termios.h> header file. */
  108 #undef HAVE_TERMIOS_H
  109 
  110 /* Define to 1 if you have the <unistd.h> header file. */
  111 #undef HAVE_UNISTD_H
  112 
  113 /* Define to 1 if you have the `vprintf' function. */
  114 #undef HAVE_VPRINTF
  115 
  116 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  117    slash. */
  118 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  119 
  120 /* Name of package */
  121 #undef PACKAGE
  122 
  123 /* Define to the address where bug reports for this package should be sent. */
  124 #undef PACKAGE_BUGREPORT
  125 
  126 /* Define to the full name of this package. */
  127 #undef PACKAGE_NAME
  128 
  129 /* Define to the full name and version of this package. */
  130 #undef PACKAGE_STRING
  131 
  132 /* Define to the one symbol short name of this package. */
  133 #undef PACKAGE_TARNAME
  134 
  135 /* Define to the version of this package. */
  136 #undef PACKAGE_VERSION
  137 
  138 /* Define to 1 if you have the ANSI C header files. */
  139 #undef STDC_HEADERS
  140 
  141 /* Version number of package */
  142 #undef VERSION
  143 
  144 /* Define to 1 if your processor stores words with the most significant byte
  145    first (like Motorola and SPARC, unlike Intel and VAX). */
  146 #undef WORDS_BIGENDIAN
  147 
  148 /* Define to empty if `const' does not conform to ANSI C. */
  149 #undef const
  150 
  151 /* Define to `int' if <sys/types.h> doesn't define. */
  152 #undef gid_t
  153 
  154 /* Define to `__inline__' or `__inline' if that's what the C compiler
  155    calls it, or to nothing if 'inline' is not supported under any name.  */
  156 #ifndef __cplusplus
  157 #undef inline
  158 #endif
  159 
  160 /* Define to `int' if <sys/types.h> does not define. */
  161 #undef mode_t
  162 
  163 /* Define to `long int' if <sys/types.h> does not define. */
  164 #undef off_t
  165 
  166 /* Define to `unsigned int' if <sys/types.h> does not define. */
  167 #undef size_t
  168 
  169 /* Define to `int' if <sys/types.h> doesn't define. */
  170 #undef uid_t