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

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.5       daniel      9: /* Define if you have the finite function.  */
                     10: #undef HAVE_FINITE
                     11: 
1.4       daniel     12: /* Define if you have the isinf function.  */
                     13: #undef HAVE_ISINF
                     14: 
                     15: /* Define if you have the isnan function.  */
                     16: #undef HAVE_ISNAN
                     17: 
                     18: /* Define if you have the isnand function.  */
                     19: #undef HAVE_ISNAND
1.3       daniel     20: 
1.7       daniel     21: /* Define if you have the localtime function.  */
                     22: #undef HAVE_LOCALTIME
                     23: 
1.1       veillard   24: /* Define if you have the snprintf function.  */
                     25: #undef HAVE_SNPRINTF
                     26: 
                     27: /* Define if you have the strdup function.  */
                     28: #undef HAVE_STRDUP
                     29: 
                     30: /* Define if you have the strerror function.  */
                     31: #undef HAVE_STRERROR
                     32: 
1.7       daniel     33: /* Define if you have the strftime function.  */
                     34: #undef HAVE_STRFTIME
                     35: 
1.1       veillard   36: /* Define if you have the strndup function.  */
                     37: #undef HAVE_STRNDUP
                     38: 
1.6       daniel     39: /* Define if you have the <arpa/inet.h> header file.  */
                     40: #undef HAVE_ARPA_INET_H
                     41: 
1.1       veillard   42: /* Define if you have the <ctype.h> header file.  */
                     43: #undef HAVE_CTYPE_H
                     44: 
                     45: /* Define if you have the <dirent.h> header file.  */
                     46: #undef HAVE_DIRENT_H
                     47: 
                     48: /* Define if you have the <errno.h> header file.  */
                     49: #undef HAVE_ERRNO_H
                     50: 
                     51: /* Define if you have the <fcntl.h> header file.  */
                     52: #undef HAVE_FCNTL_H
                     53: 
1.4       daniel     54: /* Define if you have the <ieeefp.h> header file.  */
                     55: #undef HAVE_IEEEFP_H
                     56: 
1.1       veillard   57: /* Define if you have the <malloc.h> header file.  */
                     58: #undef HAVE_MALLOC_H
1.4       daniel     59: 
                     60: /* Define if you have the <math.h> header file.  */
                     61: #undef HAVE_MATH_H
                     62: 
                     63: /* Define if you have the <nan.h> header file.  */
                     64: #undef HAVE_NAN_H
1.1       veillard   65: 
                     66: /* Define if you have the <ndir.h> header file.  */
                     67: #undef HAVE_NDIR_H
                     68: 
1.6       daniel     69: /* Define if you have the <netdb.h> header file.  */
                     70: #undef HAVE_NETDB_H
                     71: 
                     72: /* Define if you have the <netinet/in.h> header file.  */
                     73: #undef HAVE_NETINET_IN_H
                     74: 
1.1       veillard   75: /* Define if you have the <stdarg.h> header file.  */
                     76: #undef HAVE_STDARG_H
                     77: 
1.6       daniel     78: /* Define if you have the <stdlib.h> header file.  */
                     79: #undef HAVE_STDLIB_H
                     80: 
1.1       veillard   81: /* Define if you have the <sys/dir.h> header file.  */
                     82: #undef HAVE_SYS_DIR_H
                     83: 
                     84: /* Define if you have the <sys/ndir.h> header file.  */
                     85: #undef HAVE_SYS_NDIR_H
                     86: 
1.6       daniel     87: /* Define if you have the <sys/select.h> header file.  */
                     88: #undef HAVE_SYS_SELECT_H
                     89: 
                     90: /* Define if you have the <sys/socket.h> header file.  */
                     91: #undef HAVE_SYS_SOCKET_H
                     92: 
1.1       veillard   93: /* Define if you have the <sys/stat.h> header file.  */
                     94: #undef HAVE_SYS_STAT_H
1.6       daniel     95: 
                     96: /* Define if you have the <sys/time.h> header file.  */
                     97: #undef HAVE_SYS_TIME_H
1.1       veillard   98: 
                     99: /* Define if you have the <sys/types.h> header file.  */
                    100: #undef HAVE_SYS_TYPES_H
                    101: 
                    102: /* Define if you have the <time.h> header file.  */
                    103: #undef HAVE_TIME_H
1.5       daniel    104: 
                    105: /* Define if you have the <unicode.h> header file.  */
                    106: #undef HAVE_UNICODE_H
1.1       veillard  107: 
                    108: /* Define if you have the <unistd.h> header file.  */
                    109: #undef HAVE_UNISTD_H
1.2       daniel    110: 
                    111: /* Define if you have the <zlib.h> header file.  */
                    112: #undef HAVE_ZLIB_H
1.7       daniel    113: 
1.8     ! daniel    114: /* Define if you have the history library (-lhistory).  */
        !           115: #undef HAVE_LIBHISTORY
        !           116: 
1.7       daniel    117: /* Define if you have the inet library (-linet).  */
                    118: #undef HAVE_LIBINET
                    119: 
                    120: /* Define if you have the nsl library (-lnsl).  */
                    121: #undef HAVE_LIBNSL
1.8     ! daniel    122: 
        !           123: /* Define if you have the readline library (-lreadline).  */
        !           124: #undef HAVE_LIBREADLINE
1.7       daniel    125: 
                    126: /* Define if you have the socket library (-lsocket).  */
                    127: #undef HAVE_LIBSOCKET

Webmaster