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

1.1     ! veillard    1: /* config.h.in.  Generated automatically from configure.in by autoheader.  */
        !             2: 
        !             3: /* Define to empty if the keyword does not work.  */
        !             4: #undef const
        !             5: 
        !             6: /* Define if you have the strftime function.  */
        !             7: #undef HAVE_STRFTIME
        !             8: 
        !             9: /* Define if you have the ANSI C header files.  */
        !            10: #undef STDC_HEADERS
        !            11: 
        !            12: /* Define if your <sys/time.h> declares struct tm.  */
        !            13: #undef TM_IN_SYS_TIME
        !            14: 
        !            15: /* Define if you have the gethostname function.  */
        !            16: #undef HAVE_GETHOSTNAME
        !            17: 
        !            18: /* Define if you have the strdup function.  */
        !            19: #undef HAVE_STRDUP
        !            20: 
        !            21: /* Define if you have the strerror function.  */
        !            22: #undef HAVE_STRERROR
        !            23: 
        !            24: /* Define if you have the <dirent.h> header file.  */
        !            25: #undef HAVE_DIRENT_H
        !            26: 
        !            27: /* Define if you have the <fcntl.h> header file.  */
        !            28: #undef HAVE_FCNTL_H
        !            29: 
        !            30: /* Define if you have the <ndir.h> header file.  */
        !            31: #undef HAVE_NDIR_H
        !            32: 
        !            33: /* Define if you have the <sys/dir.h> header file.  */
        !            34: #undef HAVE_SYS_DIR_H
        !            35: 
        !            36: /* Define if you have the <sys/ndir.h> header file.  */
        !            37: #undef HAVE_SYS_NDIR_H
        !            38: 
        !            39: /* Define if you have the <unistd.h> header file.  */
        !            40: #undef HAVE_UNISTD_H
        !            41: 
        !            42: /* Define if you have the rpm library (-lrpm).  */
        !            43: #undef HAVE_LIBRPM

Webmaster