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

1.1     ! cvs         1: /* config.h.in.  Generated automatically from configure.in by autoheader.  */
        !             2: 
        !             3: /* Define if using alloca.c.  */
        !             4: #undef C_ALLOCA
        !             5: 
        !             6: /* Define to empty if the keyword does not work.  */
        !             7: #undef const
        !             8: 
        !             9: /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
        !            10:    This function is required for alloca.c support on those systems.  */
        !            11: #undef CRAY_STACKSEG_END
        !            12: 
        !            13: /* Define to the type of elements in the array set by `getgroups'.
        !            14:    Usually this is either `int' or `gid_t'.  */
        !            15: #undef GETGROUPS_T
        !            16: 
        !            17: /* Define to `int' if <sys/types.h> doesn't define.  */
        !            18: #undef gid_t
        !            19: 
        !            20: /* Define if you have alloca, as a function or macro.  */
        !            21: #undef HAVE_ALLOCA
        !            22: 
        !            23: /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
        !            24: #undef HAVE_ALLOCA_H
        !            25: 
        !            26: /* Define if you don't have vprintf but do have _doprnt.  */
        !            27: #undef HAVE_DOPRNT
        !            28: 
        !            29: /* Define if you have a working `mmap' system call.  */
        !            30: #undef HAVE_MMAP
        !            31: 
        !            32: /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
        !            33: #undef HAVE_SYS_WAIT_H
        !            34: 
        !            35: /* Define if your struct tm has tm_zone.  */
        !            36: #undef HAVE_TM_ZONE
        !            37: 
        !            38: /* Define if you don't have tm_zone but do have the external array
        !            39:    tzname.  */
        !            40: #undef HAVE_TZNAME
        !            41: 
        !            42: /* Define if you have the vprintf function.  */
        !            43: #undef HAVE_VPRINTF
        !            44: 
        !            45: /* Define as __inline if that's what the C compiler calls it.  */
        !            46: #undef inline
        !            47: 
        !            48: /* Define to `int' if <sys/types.h> doesn't define.  */
        !            49: #undef mode_t
        !            50: 
        !            51: /* Define to `long' if <sys/types.h> doesn't define.  */
        !            52: #undef off_t
        !            53: 
        !            54: /* Define as the return type of signal handlers (int or void).  */
        !            55: #undef RETSIGTYPE
        !            56: 
        !            57: /* Define to `unsigned' if <sys/types.h> doesn't define.  */
        !            58: #undef size_t
        !            59: 
        !            60: /* If using the C implementation of alloca, define if you know the
        !            61:    direction of stack growth for your system; otherwise it will be
        !            62:    automatically deduced at run-time.
        !            63:  STACK_DIRECTION > 0 => grows toward higher addresses
        !            64:  STACK_DIRECTION < 0 => grows toward lower addresses
        !            65:  STACK_DIRECTION = 0 => direction of growth unknown
        !            66:  */
        !            67: #undef STACK_DIRECTION
        !            68: 
        !            69: /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
        !            70: #undef STAT_MACROS_BROKEN
        !            71: 
        !            72: /* Define if you have the ANSI C header files.  */
        !            73: #undef STDC_HEADERS
        !            74: 
        !            75: /* Define if you can safely include both <sys/time.h> and <time.h>.  */
        !            76: #undef TIME_WITH_SYS_TIME
        !            77: 
        !            78: /* Define if your <sys/time.h> declares struct tm.  */
        !            79: #undef TM_IN_SYS_TIME
        !            80: 
        !            81: /* Define to `int' if <sys/types.h> doesn't define.  */
        !            82: #undef uid_t
        !            83: 
        !            84: /* Define if the X Window System is missing or not being used.  */
        !            85: #undef X_DISPLAY_MISSING
        !            86: 
        !            87: /* Define if you have the getcwd function.  */
        !            88: #undef HAVE_GETCWD
        !            89: 
        !            90: /* Define if you have the gethostname function.  */
        !            91: #undef HAVE_GETHOSTNAME
        !            92: 
        !            93: /* Define if you have the getpagesize function.  */
        !            94: #undef HAVE_GETPAGESIZE
        !            95: 
        !            96: /* Define if you have the gettimeofday function.  */
        !            97: #undef HAVE_GETTIMEOFDAY
        !            98: 
        !            99: /* Define if you have the getwd function.  */
        !           100: #undef HAVE_GETWD
        !           101: 
        !           102: /* Define if you have the mkdir function.  */
        !           103: #undef HAVE_MKDIR
        !           104: 
        !           105: /* Define if you have the mktime function.  */
        !           106: #undef HAVE_MKTIME
        !           107: 
        !           108: /* Define if you have the putenv function.  */
        !           109: #undef HAVE_PUTENV
        !           110: 
        !           111: /* Define if you have the select function.  */
        !           112: #undef HAVE_SELECT
        !           113: 
        !           114: /* Define if you have the socket function.  */
        !           115: #undef HAVE_SOCKET
        !           116: 
        !           117: /* Define if you have the strdup function.  */
        !           118: #undef HAVE_STRDUP
        !           119: 
        !           120: /* Define if you have the strerror function.  */
        !           121: #undef HAVE_STRERROR
        !           122: 
        !           123: /* Define if you have the strftime function.  */
        !           124: #undef HAVE_STRFTIME
        !           125: 
        !           126: /* Define if you have the strstr function.  */
        !           127: #undef HAVE_STRSTR
        !           128: 
        !           129: /* Define if you have the strtod function.  */
        !           130: #undef HAVE_STRTOD
        !           131: 
        !           132: /* Define if you have the strtol function.  */
        !           133: #undef HAVE_STRTOL
        !           134: 
        !           135: /* Define if you have the uname function.  */
        !           136: #undef HAVE_UNAME
        !           137: 
        !           138: /* Define if you have the <appkit.h> header file.  */
        !           139: #undef HAVE_APPKIT_H
        !           140: 
        !           141: /* Define if you have the <appkit/appkit.h> header file.  */
        !           142: #undef HAVE_APPKIT_APPKIT_H
        !           143: 
        !           144: /* Define if you have the <arpa/inet.h> header file.  */
        !           145: #undef HAVE_ARPA_INET_H
        !           146: 
        !           147: /* Define if you have the <bsdtime.h> header file.  */
        !           148: #undef HAVE_BSDTIME_H
        !           149: 
        !           150: /* Define if you have the <bsdtypes.h> header file.  */
        !           151: #undef HAVE_BSDTYPES_H
        !           152: 
        !           153: /* Define if you have the <ctype.h> header file.  */
        !           154: #undef HAVE_CTYPE_H
        !           155: 
        !           156: /* Define if you have the <curses.h> header file.  */
        !           157: #undef HAVE_CURSES_H
        !           158: 
        !           159: /* Define if you have the <cursesX.h> header file.  */
        !           160: #undef HAVE_CURSESX_H
        !           161: 
        !           162: /* Define if you have the <dir.h> header file.  */
        !           163: #undef HAVE_DIR_H
        !           164: 
        !           165: /* Define if you have the <direct.h> header file.  */
        !           166: #undef HAVE_DIRECT_H
        !           167: 
        !           168: /* Define if you have the <dirent.h> header file.  */
        !           169: #undef HAVE_DIRENT_H
        !           170: 
        !           171: /* Define if you have the <dn.h> header file.  */
        !           172: #undef HAVE_DN_H
        !           173: 
        !           174: /* Define if you have the <dnetdb.h> header file.  */
        !           175: #undef HAVE_DNETDB_H
        !           176: 
        !           177: /* Define if you have the <errno.h> header file.  */
        !           178: #undef HAVE_ERRNO_H
        !           179: 
        !           180: /* Define if you have the <fcntl.h> header file.  */
        !           181: #undef HAVE_FCNTL_H
        !           182: 
        !           183: /* Define if you have the <grp.h> header file.  */
        !           184: #undef HAVE_GRP_H
        !           185: 
        !           186: /* Define if you have the <in.h> header file.  */
        !           187: #undef HAVE_IN_H
        !           188: 
        !           189: /* Define if you have the <inet.h> header file.  */
        !           190: #undef HAVE_INET_H
        !           191: 
        !           192: /* Define if you have the <libc.h> header file.  */
        !           193: #undef HAVE_LIBC_H
        !           194: 
        !           195: /* Define if you have the <limits.h> header file.  */
        !           196: #undef HAVE_LIMITS_H
        !           197: 
        !           198: /* Define if you have the <malloc.h> header file.  */
        !           199: #undef HAVE_MALLOC_H
        !           200: 
        !           201: /* Define if you have the <manifest.h> header file.  */
        !           202: #undef HAVE_MANIFEST_H
        !           203: 
        !           204: /* Define if you have the <memory.h> header file.  */
        !           205: #undef HAVE_MEMORY_H
        !           206: 
        !           207: /* Define if you have the <ndir.h> header file.  */
        !           208: #undef HAVE_NDIR_H
        !           209: 
        !           210: /* Define if you have the <net/errno.h> header file.  */
        !           211: #undef HAVE_NET_ERRNO_H
        !           212: 
        !           213: /* Define if you have the <netdb.h> header file.  */
        !           214: #undef HAVE_NETDB_H
        !           215: 
        !           216: /* Define if you have the <netinet/in.h> header file.  */
        !           217: #undef HAVE_NETINET_IN_H
        !           218: 
        !           219: /* Define if you have the <pwd.h> header file.  */
        !           220: #undef HAVE_PWD_H
        !           221: 
        !           222: /* Define if you have the <resource.h> header file.  */
        !           223: #undef HAVE_RESOURCE_H
        !           224: 
        !           225: /* Define if you have the <select.h> header file.  */
        !           226: #undef HAVE_SELECT_H
        !           227: 
        !           228: /* Define if you have the <socket.h> header file.  */
        !           229: #undef HAVE_SOCKET_H
        !           230: 
        !           231: /* Define if you have the <stat.h> header file.  */
        !           232: #undef HAVE_STAT_H
        !           233: 
        !           234: /* Define if you have the <stdefs.h> header file.  */
        !           235: #undef HAVE_STDEFS_H
        !           236: 
        !           237: /* Define if you have the <stdio.h> header file.  */
        !           238: #undef HAVE_STDIO_H
        !           239: 
        !           240: /* Define if you have the <stdlib.h> header file.  */
        !           241: #undef HAVE_STDLIB_H
        !           242: 
        !           243: /* Define if you have the <string.h> header file.  */
        !           244: #undef HAVE_STRING_H
        !           245: 
        !           246: /* Define if you have the <strings.h> header file.  */
        !           247: #undef HAVE_STRINGS_H
        !           248: 
        !           249: /* Define if you have the <sys/dir.h> header file.  */
        !           250: #undef HAVE_SYS_DIR_H
        !           251: 
        !           252: /* Define if you have the <sys/errno.h> header file.  */
        !           253: #undef HAVE_SYS_ERRNO_H
        !           254: 
        !           255: /* Define if you have the <sys/fcntl.h> header file.  */
        !           256: #undef HAVE_SYS_FCNTL_H
        !           257: 
        !           258: /* Define if you have the <sys/file.h> header file.  */
        !           259: #undef HAVE_SYS_FILE_H
        !           260: 
        !           261: /* Define if you have the <sys/ioctl.h> header file.  */
        !           262: #undef HAVE_SYS_IOCTL_H
        !           263: 
        !           264: /* Define if you have the <sys/ipc.h> header file.  */
        !           265: #undef HAVE_SYS_IPC_H
        !           266: 
        !           267: /* Define if you have the <sys/limits.h> header file.  */
        !           268: #undef HAVE_SYS_LIMITS_H
        !           269: 
        !           270: /* Define if you have the <sys/ndir.h> header file.  */
        !           271: #undef HAVE_SYS_NDIR_H
        !           272: 
        !           273: /* Define if you have the <sys/resource.h> header file.  */
        !           274: #undef HAVE_SYS_RESOURCE_H
        !           275: 
        !           276: /* Define if you have the <sys/select.h> header file.  */
        !           277: #undef HAVE_SYS_SELECT_H
        !           278: 
        !           279: /* Define if you have the <sys/socket.h> header file.  */
        !           280: #undef HAVE_SYS_SOCKET_H
        !           281: 
        !           282: /* Define if you have the <sys/stat.h> header file.  */
        !           283: #undef HAVE_SYS_STAT_H
        !           284: 
        !           285: /* Define if you have the <sys/systeminfo.h> header file.  */
        !           286: #undef HAVE_SYS_SYSTEMINFO_H
        !           287: 
        !           288: /* Define if you have the <sys/time.h> header file.  */
        !           289: #undef HAVE_SYS_TIME_H
        !           290: 
        !           291: /* Define if you have the <sys/types.h> header file.  */
        !           292: #undef HAVE_SYS_TYPES_H
        !           293: 
        !           294: /* Define if you have the <sys/unistd.h> header file.  */
        !           295: #undef HAVE_SYS_UNISTD_H
        !           296: 
        !           297: /* Define if you have the <syslog.h> header file.  */
        !           298: #undef HAVE_SYSLOG_H
        !           299: 
        !           300: /* Define if you have the <time.h> header file.  */
        !           301: #undef HAVE_TIME_H
        !           302: 
        !           303: /* Define if you have the <types.h> header file.  */
        !           304: #undef HAVE_TYPES_H
        !           305: 
        !           306: /* Define if you have the <unistd.h> header file.  */
        !           307: #undef HAVE_UNISTD_H
        !           308: 
        !           309: /* Define if you have the <unixlib.h> header file.  */
        !           310: #undef HAVE_UNIXLIB_H
        !           311: 
        !           312: /* Define if you have the dl library (-ldl).  */
        !           313: #undef HAVE_LIBDL
        !           314: 
        !           315: /* Define if you have the inet library (-linet).  */
        !           316: #undef HAVE_LIBINET
        !           317: 
        !           318: /* Define if you have the nsl library (-lnsl).  */
        !           319: #undef HAVE_LIBNSL
        !           320: 
        !           321: /* Define if you have the socket library (-lsocket).  */
        !           322: #undef HAVE_LIBSOCKET

Webmaster