Annotation of rpm2html/config.h.in, revision 1.6

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: 
                      9: /* Define if you have the gethostname function.  */
                     10: #undef HAVE_GETHOSTNAME
                     11: 
1.3       daniel     12: /* Define if you have the snprintf function.  */
                     13: #undef HAVE_SNPRINTF
                     14: 
1.1       veillard   15: /* Define if you have the strdup function.  */
                     16: #undef HAVE_STRDUP
                     17: 
1.3       daniel     18: /* Define if you have the strerror function.  */
                     19: #undef HAVE_STRERROR
                     20: 
1.2       veillard   21: /* Define if you have the strndup function.  */
                     22: #undef HAVE_STRNDUP
                     23: 
1.4       daniel     24: /* Define if you have the unlink function.  */
                     25: #undef HAVE_UNLINK
1.3       daniel     26: 
                     27: /* Define if you have the <ctype.h> header file.  */
                     28: #undef HAVE_CTYPE_H
                     29: 
1.5       daniel     30: /* Define if you have the <db1/db.h> header file.  */
                     31: #undef HAVE_DB1_DB_H
                     32: 
                     33: /* Define if you have the <db_185.h> header file.  */
                     34: #undef HAVE_DB_185_H
                     35: 
1.1       veillard   36: /* Define if you have the <dirent.h> header file.  */
                     37: #undef HAVE_DIRENT_H
                     38: 
1.3       daniel     39: /* Define if you have the <errno.h> header file.  */
                     40: #undef HAVE_ERRNO_H
                     41: 
1.1       veillard   42: /* Define if you have the <fcntl.h> header file.  */
                     43: #undef HAVE_FCNTL_H
                     44: 
1.3       daniel     45: /* Define if you have the <malloc.h> header file.  */
                     46: #undef HAVE_MALLOC_H
                     47: 
1.1       veillard   48: /* Define if you have the <ndir.h> header file.  */
                     49: #undef HAVE_NDIR_H
1.5       daniel     50: 
                     51: /* Define if you have rpm 3.0 with rpmio.h */
                     52: #undef HAVE_RPM_RPMIO_H
1.1       veillard   53: 
1.4       daniel     54: /* Define if you have the <rpm/rpmlib.h> header file.  */
                     55: #undef HAVE_RPM_RPMLIB_H
1.3       daniel     56: 
1.4       daniel     57: /* Define if you have the <stdarg.h> header file.  */
                     58: #undef HAVE_STDARG_H
1.3       daniel     59: 
1.1       veillard   60: /* Define if you have the <sys/dir.h> header file.  */
                     61: #undef HAVE_SYS_DIR_H
                     62: 
                     63: /* Define if you have the <sys/ndir.h> header file.  */
                     64: #undef HAVE_SYS_NDIR_H
                     65: 
1.3       daniel     66: /* Define if you have the <sys/stat.h> header file.  */
                     67: #undef HAVE_SYS_STAT_H
                     68: 
                     69: /* Define if you have the <sys/types.h> header file.  */
                     70: #undef HAVE_SYS_TYPES_H
                     71: 
                     72: /* Define if you have the <time.h> header file.  */
                     73: #undef HAVE_TIME_H
                     74: 
1.1       veillard   75: /* Define if you have the <unistd.h> header file.  */
                     76: #undef HAVE_UNISTD_H
                     77: 
1.4       daniel     78: /* Define if you have the <zlib.h> header file.  */
                     79: #undef HAVE_ZLIB_H
1.3       daniel     80: 
                     81: /* Define if you have the db library (-ldb).  */
                     82: #undef HAVE_LIBDB
                     83: 
                     84: /* Define if you have the intl library (-lintl).  */
                     85: #undef HAVE_LIBINTL
                     86: 
1.1       veillard   87: /* Define if you have the rpm library (-lrpm).  */
                     88: #undef HAVE_LIBRPM
1.3       daniel     89: 
1.6     ! daniel     90: /* Define if you use the rpm-3.1 API.  */
        !            91: #undef USE_RPM310
        !            92: 
1.3       daniel     93: /* Define if you have the z library (-lz).  */
                     94: #undef HAVE_LIBZ

Webmaster