Annotation of XML/config.h.in, revision 1.3

1.1       veillard    1: /* config.h.in.  Generated automatically from configure.in by autoheader.  */
                      2: 
                      3: /* Define if you have the strftime function.  */
                      4: #undef HAVE_STRFTIME
                      5: 
                      6: /* Define if you have the ANSI C header files.  */
                      7: #undef STDC_HEADERS
                      8: 
1.3     ! daniel      9: #undef PACKAGE
        !            10: #undef VERSION
        !            11: #undef HAVE_LIBZ
        !            12: 
1.1       veillard   13: /* Define if you have the snprintf function.  */
                     14: #undef HAVE_SNPRINTF
                     15: 
                     16: /* Define if you have the strdup function.  */
                     17: #undef HAVE_STRDUP
                     18: 
                     19: /* Define if you have the strerror function.  */
                     20: #undef HAVE_STRERROR
                     21: 
                     22: /* Define if you have the strndup function.  */
                     23: #undef HAVE_STRNDUP
                     24: 
                     25: /* Define if you have the <ctype.h> header file.  */
                     26: #undef HAVE_CTYPE_H
                     27: 
                     28: /* Define if you have the <dirent.h> header file.  */
                     29: #undef HAVE_DIRENT_H
                     30: 
                     31: /* Define if you have the <errno.h> header file.  */
                     32: #undef HAVE_ERRNO_H
                     33: 
                     34: /* Define if you have the <fcntl.h> header file.  */
                     35: #undef HAVE_FCNTL_H
                     36: 
                     37: /* Define if you have the <malloc.h> header file.  */
                     38: #undef HAVE_MALLOC_H
                     39: 
                     40: /* Define if you have the <ndir.h> header file.  */
                     41: #undef HAVE_NDIR_H
                     42: 
                     43: /* Define if you have the <stdarg.h> header file.  */
                     44: #undef HAVE_STDARG_H
                     45: 
                     46: /* Define if you have the <sys/dir.h> header file.  */
                     47: #undef HAVE_SYS_DIR_H
                     48: 
                     49: /* Define if you have the <sys/ndir.h> header file.  */
                     50: #undef HAVE_SYS_NDIR_H
                     51: 
                     52: /* Define if you have the <sys/stat.h> header file.  */
                     53: #undef HAVE_SYS_STAT_H
                     54: 
                     55: /* Define if you have the <sys/types.h> header file.  */
                     56: #undef HAVE_SYS_TYPES_H
                     57: 
                     58: /* Define if you have the <time.h> header file.  */
                     59: #undef HAVE_TIME_H
                     60: 
                     61: /* Define if you have the <unistd.h> header file.  */
                     62: #undef HAVE_UNISTD_H
1.2       daniel     63: 
                     64: /* Define if you have the <zlib.h> header file.  */
                     65: #undef HAVE_ZLIB_H

Webmaster