The qDecoder Project

[svn] / trunk / config.h.in

Parent Directory Parent Directory  Revision Log


Revision 568
Thu Apr 1 23:06:25 2010 UTC (7 weeks, 3 days ago) by wolkykim
File size: 1993 byte(s)
    1 /* config.h.in.  Generated from configure.ac by autoheader.  */
    2 
    3 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    4    */
    5 #undef HAVE_DIRENT_H
    6 
    7 /* Define to 1 if you have the <inttypes.h> header file. */
    8 #undef HAVE_INTTYPES_H
    9 
   10 /* Define to 1 if you have the <memory.h> header file. */
   11 #undef HAVE_MEMORY_H
   12 
   13 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
   14 #undef HAVE_NDIR_H
   15 
   16 /* Define to 1 if stdbool.h conforms to C99. */
   17 #undef HAVE_STDBOOL_H
   18 
   19 /* Define to 1 if you have the <stdint.h> header file. */
   20 #undef HAVE_STDINT_H
   21 
   22 /* Define to 1 if you have the <stdlib.h> header file. */
   23 #undef HAVE_STDLIB_H
   24 
   25 /* Define to 1 if you have the <strings.h> header file. */
   26 #undef HAVE_STRINGS_H
   27 
   28 /* Define to 1 if you have the <string.h> header file. */
   29 #undef HAVE_STRING_H
   30 
   31 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   32    */
   33 #undef HAVE_SYS_DIR_H
   34 
   35 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   36    */
   37 #undef HAVE_SYS_NDIR_H
   38 
   39 /* Define to 1 if you have the <sys/stat.h> header file. */
   40 #undef HAVE_SYS_STAT_H
   41 
   42 /* Define to 1 if you have the <sys/types.h> header file. */
   43 #undef HAVE_SYS_TYPES_H
   44 
   45 /* Define to 1 if you have the <unistd.h> header file. */
   46 #undef HAVE_UNISTD_H
   47 
   48 /* Define to 1 if the system has the type `_Bool'. */
   49 #undef HAVE__BOOL
   50 
   51 /* Define to the address where bug reports for this package should be sent. */
   52 #undef PACKAGE_BUGREPORT
   53 
   54 /* Define to the full name of this package. */
   55 #undef PACKAGE_NAME
   56 
   57 /* Define to the full name and version of this package. */
   58 #undef PACKAGE_STRING
   59 
   60 /* Define to the one symbol short name of this package. */
   61 #undef PACKAGE_TARNAME
   62 
   63 /* Define to the version of this package. */
   64 #undef PACKAGE_VERSION
   65 
   66 /* Define to 1 if you have the ANSI C header files. */
   67 #undef STDC_HEADERS
   68 
   69 /* Define to `long' if <sys/types.h> does not define. */
   70 #undef off_t
   71 
   72 /* Define to `unsigned' if <sys/types.h> does not define. */
   73 #undef size_t

[Home] [About] [Examples] [Changes] [Download] [SVN Repository] [Install] [Reference]