[BACK]Return to config.h.in CVS log [TXT][DIR] Up to [contributed] / early-roguelike / urogue

Annotation of early-roguelike/urogue/config.h.in, Revision 1.1

1.1     ! rubenllo    1: /* config.h.in.  Generated from configure.ac by autoheader.  */
        !             2:
        !             3: /* Define to systemwide directory for storing character files */
        !             4: #undef CHARDIR
        !             5:
        !             6: /* Define to group owner of setgid executable */
        !             7: #undef GROUPOWNER
        !             8:
        !             9: /* Define to 1 if you have the `alarm' function. */
        !            10: #undef HAVE_ALARM
        !            11:
        !            12: /* Define to 1 if you have the <arpa/inet.h> header file. */
        !            13: #undef HAVE_ARPA_INET_H
        !            14:
        !            15: /* Define to 1 if libcurses is requested */
        !            16: #undef HAVE_CURSES_H
        !            17:
        !            18: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
        !            19: #undef HAVE_DOPRNT
        !            20:
        !            21: /* Define to 1 if you have the `erasechar' function. */
        !            22: #undef HAVE_ERASECHAR
        !            23:
        !            24: /* Define to 1 if you have the <errno.h> header file. */
        !            25: #undef HAVE_ERRNO_H
        !            26:
        !            27: /* Define if ncurses has ESCDELAY variable */
        !            28: #undef HAVE_ESCDELAY
        !            29:
        !            30: /* Define to 1 if you have the <fcntl.h> header file. */
        !            31: #undef HAVE_FCNTL_H
        !            32:
        !            33: /* Define to 1 if you have the `fork' function. */
        !            34: #undef HAVE_FORK
        !            35:
        !            36: /* Define to 1 if you have the `getgid' function. */
        !            37: #undef HAVE_GETGID
        !            38:
        !            39: /* Define to 1 if you have the `getloadavg' function. */
        !            40: #undef HAVE_GETLOADAVG
        !            41:
        !            42: /* Define to 1 if you have the `getpass' function. */
        !            43: #undef HAVE_GETPASS
        !            44:
        !            45: /* Define to 1 if you have the `getpwuid' function. */
        !            46: #undef HAVE_GETPWUID
        !            47:
        !            48: /* Define to 1 if you have the `getuid' function. */
        !            49: #undef HAVE_GETUID
        !            50:
        !            51: /* Define to 1 if you have the <inttypes.h> header file. */
        !            52: #undef HAVE_INTTYPES_H
        !            53:
        !            54: /* Define to 1 if you have the `killchar' function. */
        !            55: #undef HAVE_KILLCHAR
        !            56:
        !            57: /* Define to 1 if you have the <limits.h> header file. */
        !            58: #undef HAVE_LIMITS_H
        !            59:
        !            60: /* Define to 1 if you have the `loadav' function. */
        !            61: #undef HAVE_LOADAV
        !            62:
        !            63: /* Define to 1 if `lstat' has the bug that it succeeds when given the
        !            64:    zero-length file name argument. */
        !            65: #undef HAVE_LSTAT_EMPTY_STRING_BUG
        !            66:
        !            67: /* Define to 1 if you have the <memory.h> header file. */
        !            68: #undef HAVE_MEMORY_H
        !            69:
        !            70: /* Define to 1 if you have the `memset' function. */
        !            71: #undef HAVE_MEMSET
        !            72:
        !            73: /* Define to 1 if libncurses is requested */
        !            74: #undef HAVE_NCURSES_H
        !            75:
        !            76: /* Define to 1 if you have the <ncurses/term.h> header file. */
        !            77: #undef HAVE_NCURSES_TERM_H
        !            78:
        !            79: /* Define to 1 if you have the `nlist' function. */
        !            80: #undef HAVE_NLIST
        !            81:
        !            82: /* Define to 1 if you have the <nlist.h> header file. */
        !            83: #undef HAVE_NLIST_H
        !            84:
        !            85: /* Define to 1 if you have the <process.h> header file. */
        !            86: #undef HAVE_PROCESS_H
        !            87:
        !            88: /* Define to 1 if you have the <pwd.h> header file. */
        !            89: #undef HAVE_PWD_H
        !            90:
        !            91: /* Define to 1 if you have the `setenv' function. */
        !            92: #undef HAVE_SETENV
        !            93:
        !            94: /* Define to 1 if you have the `setgid' function. */
        !            95: #undef HAVE_SETGID
        !            96:
        !            97: /* Define to 1 if you have the `setuid' function. */
        !            98: #undef HAVE_SETUID
        !            99:
        !           100: /* Define to 1 if you have the `spawnl' function. */
        !           101: #undef HAVE_SPAWNL
        !           102:
        !           103: /* Define to 1 if `stat' has the bug that it succeeds when given the
        !           104:    zero-length file name argument. */
        !           105: #undef HAVE_STAT_EMPTY_STRING_BUG
        !           106:
        !           107: /* Define to 1 if you have the <stdint.h> header file. */
        !           108: #undef HAVE_STDINT_H
        !           109:
        !           110: /* Define to 1 if you have the <stdlib.h> header file. */
        !           111: #undef HAVE_STDLIB_H
        !           112:
        !           113: /* Define to 1 if you have the `strchr' function. */
        !           114: #undef HAVE_STRCHR
        !           115:
        !           116: /* Define to 1 if you have the `strerror' function. */
        !           117: #undef HAVE_STRERROR
        !           118:
        !           119: /* Define to 1 if you have the <strings.h> header file. */
        !           120: #undef HAVE_STRINGS_H
        !           121:
        !           122: /* Define to 1 if you have the <string.h> header file. */
        !           123: #undef HAVE_STRING_H
        !           124:
        !           125: /* Define to 1 if you have the <sys/ioctl.h> header file. */
        !           126: #undef HAVE_SYS_IOCTL_H
        !           127:
        !           128: /* Define to 1 if you have the <sys/stat.h> header file. */
        !           129: #undef HAVE_SYS_STAT_H
        !           130:
        !           131: /* Define to 1 if you have the <sys/types.h> header file. */
        !           132: #undef HAVE_SYS_TYPES_H
        !           133:
        !           134: /* Define to 1 if you have the <termios.h> header file. */
        !           135: #undef HAVE_TERMIOS_H
        !           136:
        !           137: /* Define to 1 if you have the <term.h> header file. */
        !           138: #undef HAVE_TERM_H
        !           139:
        !           140: /* Define to 1 if you have the <unistd.h> header file. */
        !           141: #undef HAVE_UNISTD_H
        !           142:
        !           143: /* Define to 1 if you have the <utmpx.h> header file. */
        !           144: #undef HAVE_UTMPX_H
        !           145:
        !           146: /* Define to 1 if you have the <utmp.h> header file. */
        !           147: #undef HAVE_UTMP_H
        !           148:
        !           149: /* Define to 1 if you have the `vfork' function. */
        !           150: #undef HAVE_VFORK
        !           151:
        !           152: /* Define to 1 if you have the <vfork.h> header file. */
        !           153: #undef HAVE_VFORK_H
        !           154:
        !           155: /* Define to 1 if you have the `vprintf' function. */
        !           156: #undef HAVE_VPRINTF
        !           157:
        !           158: /* Define to 1 if `fork' works. */
        !           159: #undef HAVE_WORKING_FORK
        !           160:
        !           161: /* Define to 1 if `vfork' works. */
        !           162: #undef HAVE_WORKING_VFORK
        !           163:
        !           164: /* Define to 1 if you have the `_spawnl' function. */
        !           165: #undef HAVE__SPAWNL
        !           166:
        !           167: /* Define to file to use for log */
        !           168: #undef LOGFILE
        !           169:
        !           170: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
        !           171:    slash. */
        !           172: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
        !           173:
        !           174: /* Define to enable built-in memory checking */
        !           175: #undef MEM_DEBUG
        !           176:
        !           177: /* Define to the address where bug reports for this package should be sent. */
        !           178: #undef PACKAGE_BUGREPORT
        !           179:
        !           180: /* Define to the full name of this package. */
        !           181: #undef PACKAGE_NAME
        !           182:
        !           183: /* Define to the full name and version of this package. */
        !           184: #undef PACKAGE_STRING
        !           185:
        !           186: /* Define to the one symbol short name of this package. */
        !           187: #undef PACKAGE_TARNAME
        !           188:
        !           189: /* Define to the home page for this package. */
        !           190: #undef PACKAGE_URL
        !           191:
        !           192: /* Define to the version of this package. */
        !           193: #undef PACKAGE_VERSION
        !           194:
        !           195: /* Define as the return type of signal handlers (`int' or `void'). */
        !           196: #undef RETSIGTYPE
        !           197:
        !           198: /* Define to systemwide directory for storing saved games */
        !           199: #undef SAVEDIR
        !           200:
        !           201: /* Define to file to use for scoreboard */
        !           202: #undef SCOREFILE
        !           203:
        !           204: /* Define to 1 if you have the ANSI C header files. */
        !           205: #undef STDC_HEADERS
        !           206:
        !           207: /* Define to 1 if your <sys/time.h> declares `struct tm'. */
        !           208: #undef TM_IN_SYS_TIME
        !           209:
        !           210: /* Define to include wizard mode */
        !           211: #undef WIZARD
        !           212:
        !           213: /* Define to `int' if <sys/types.h> doesn't define. */
        !           214: #undef gid_t
        !           215:
        !           216: /* Define to `int' if <sys/types.h> does not define. */
        !           217: #undef pid_t
        !           218:
        !           219: /* Define to `unsigned int' if <sys/types.h> does not define. */
        !           220: #undef size_t
        !           221:
        !           222: /* Define to `int' if <sys/types.h> doesn't define. */
        !           223: #undef uid_t
        !           224:
        !           225: /* Define as `fork' if `vfork' does not work. */
        !           226: #undef vfork

CVSweb