Annotation of hypermess/hypermail/config.h.in, revision 1.2

1.1       kahan       1: /* config.h.in.  Generated automatically from configure.in by autoheader.  */
1.2     ! kahan       2: /*
        !             3: 
        !             4: acconfig.h - template used by autoheader to create config.h.in
        !             5: config.h.in - used by autoconf to create config.h
        !             6: config.h - created by autoconf; contains defines generated by autoconf
        !             7: 
        !             8: */
        !             9: 
1.1       kahan      10: 
                     11: /* Define if you have the strftime function.  */
                     12: #undef HAVE_STRFTIME
                     13: 
                     14: /* Define to `unsigned' if <sys/types.h> doesn't define.  */
                     15: #undef size_t
                     16: 
1.2     ! kahan      17: /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
        !            18: #undef STAT_MACROS_BROKEN
        !            19: 
1.1       kahan      20: /* Define if you have the ANSI C header files.  */
                     21: #undef STDC_HEADERS
                     22: 
1.2     ! kahan      23: /* Define if you can safely include both <sys/time.h> and <time.h>.  */
        !            24: #undef TIME_WITH_SYS_TIME
        !            25: 
1.1       kahan      26: /* Define if your <sys/time.h> declares struct tm.  */
                     27: #undef TM_IN_SYS_TIME
                     28: 
1.2     ! kahan      29: /* Define this to the canonical name of your host type (e.g.,
        !            30:    "sparc-sun-sunos4.0.3"). */
        !            31: #undef HOSTTYPE
        !            32: 
        !            33: /* Define if you have the lstat function.  */
        !            34: #undef HAVE_LSTAT
        !            35: 
1.1       kahan      36: /* Define if you have the memset function.  */
                     37: #undef HAVE_MEMSET
                     38: 
                     39: /* Define if you have the mkdir function.  */
                     40: #undef HAVE_MKDIR
                     41: 
1.2     ! kahan      42: /* Define if you have the strcasecmp function.  */
        !            43: #undef HAVE_STRCASECMP
        !            44: 
1.1       kahan      45: /* Define if you have the strdup function.  */
                     46: #undef HAVE_STRDUP
                     47: 
                     48: /* Define if you have the strstr function.  */
                     49: #undef HAVE_STRSTR
                     50: 
                     51: /* Define if you have the strtol function.  */
                     52: #undef HAVE_STRTOL
                     53: 
1.2     ! kahan      54: /* Define if you have the <alloca.h> header file.  */
        !            55: #undef HAVE_ALLOCA_H
        !            56: 
1.1       kahan      57: /* Define if you have the <arpa/inet.h> header file.  */
                     58: #undef HAVE_ARPA_INET_H
                     59: 
1.2     ! kahan      60: /* Define if you have the <ctype.h> header file.  */
        !            61: #undef HAVE_CTYPE_H
        !            62: 
        !            63: /* Define if you have the <dirent.h> header file.  */
        !            64: #undef HAVE_DIRENT_H
        !            65: 
        !            66: /* Define if you have the <errno.h> header file.  */
        !            67: #undef HAVE_ERRNO_H
        !            68: 
1.1       kahan      69: /* Define if you have the <fcntl.h> header file.  */
                     70: #undef HAVE_FCNTL_H
                     71: 
1.2     ! kahan      72: /* Define if you have the <locale.h> header file.  */
        !            73: #undef HAVE_LOCALE_H
        !            74: 
        !            75: /* Define if you have the <malloc.h> header file.  */
        !            76: #undef HAVE_MALLOC_H
        !            77: 
        !            78: /* Define if you have the <ndir.h> header file.  */
        !            79: #undef HAVE_NDIR_H
        !            80: 
1.1       kahan      81: /* Define if you have the <netdb.h> header file.  */
                     82: #undef HAVE_NETDB_H
                     83: 
                     84: /* Define if you have the <netinet/in.h> header file.  */
                     85: #undef HAVE_NETINET_IN_H
                     86: 
                     87: /* Define if you have the <pwd.h> header file.  */
                     88: #undef HAVE_PWD_H
                     89: 
1.2     ! kahan      90: /* Define if you have the <stdarg.h> header file.  */
        !            91: #undef HAVE_STDARG_H
        !            92: 
1.1       kahan      93: /* Define if you have the <stdio.h> header file.  */
                     94: #undef HAVE_STDIO_H
                     95: 
                     96: /* Define if you have the <stdlib.h> header file.  */
                     97: #undef HAVE_STDLIB_H
                     98: 
                     99: /* Define if you have the <string.h> header file.  */
                    100: #undef HAVE_STRING_H
                    101: 
1.2     ! kahan     102: /* Define if you have the <sys/dir.h> header file.  */
        !           103: #undef HAVE_SYS_DIR_H
        !           104: 
        !           105: /* Define if you have the <sys/ndir.h> header file.  */
        !           106: #undef HAVE_SYS_NDIR_H
        !           107: 
        !           108: /* Define if you have the <sys/param.h> header file.  */
        !           109: #undef HAVE_SYS_PARAM_H
        !           110: 
1.1       kahan     111: /* Define if you have the <sys/socket.h> header file.  */
                    112: #undef HAVE_SYS_SOCKET_H
                    113: 
                    114: /* Define if you have the <sys/stat.h> header file.  */
                    115: #undef HAVE_SYS_STAT_H
                    116: 
                    117: /* Define if you have the <sys/time.h> header file.  */
                    118: #undef HAVE_SYS_TIME_H
                    119: 
                    120: /* Define if you have the <sys/types.h> header file.  */
                    121: #undef HAVE_SYS_TYPES_H
                    122: 
1.2     ! kahan     123: /* Define if you have the <time.h> header file.  */
        !           124: #undef HAVE_TIME_H
        !           125: 
1.1       kahan     126: /* Define if you have the <unistd.h> header file.  */
                    127: #undef HAVE_UNISTD_H

Webmaster