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

Annotation of early-roguelike/srogue/config.h.in, Revision 1.1.1.1

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

CVSweb