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

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

1.1       rubenllo    1: /* config.h.in.  Generated from configure.ac by autoheader.  */
                      2:
                      3: /* Define if scorefile is top scores, not top players */
                      4: #undef ALLSCORES
                      5:
                      6: /* Define if checktime feature should be enabled */
                      7: #undef CHECKTIME
                      8:
                      9: /* Define to group owner of setgid executable */
                     10: #undef GROUPOWNER
                     11:
                     12: /* Define to 1 if you have the `alarm' function. */
                     13: #undef HAVE_ALARM
                     14:
                     15: /* Define to 1 if you have the <arpa/inet.h> header file. */
                     16: #undef HAVE_ARPA_INET_H
                     17:
                     18: /* Define to 1 if libcurses is requested */
                     19: #undef HAVE_CURSES_H
                     20:
                     21: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
                     22: #undef HAVE_DOPRNT
                     23:
                     24: /* Define to 1 if you have the `erasechar' function. */
                     25: #undef HAVE_ERASECHAR
                     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 `setregid' function. */
                     98: #undef HAVE_SETREGID
                     99:
                    100: /* Define to 1 if you have the `setresgid' function. */
                    101: #undef HAVE_SETRESGID
                    102:
                    103: /* Define to 1 if you have the `setresuid' function. */
                    104: #undef HAVE_SETRESUID
                    105:
                    106: /* Define to 1 if you have the `setreuid' function. */
                    107: #undef HAVE_SETREUID
                    108:
                    109: /* Define to 1 if you have the `setuid' function. */
                    110: #undef HAVE_SETUID
                    111:
                    112: /* Define to 1 if you have the `spawnl' function. */
                    113: #undef HAVE_SPAWNL
                    114:
                    115: /* Define to 1 if `stat' has the bug that it succeeds when given the
                    116:    zero-length file name argument. */
                    117: #undef HAVE_STAT_EMPTY_STRING_BUG
                    118:
                    119: /* Define to 1 if stdbool.h conforms to C99. */
                    120: #undef HAVE_STDBOOL_H
                    121:
                    122: /* Define to 1 if you have the <stdint.h> header file. */
                    123: #undef HAVE_STDINT_H
                    124:
                    125: /* Define to 1 if you have the <stdlib.h> header file. */
                    126: #undef HAVE_STDLIB_H
                    127:
                    128: /* Define to 1 if you have the `strchr' function. */
                    129: #undef HAVE_STRCHR
                    130:
                    131: /* Define to 1 if you have the `strerror' function. */
                    132: #undef HAVE_STRERROR
                    133:
                    134: /* Define to 1 if you have the <strings.h> header file. */
                    135: #undef HAVE_STRINGS_H
                    136:
                    137: /* Define to 1 if you have the <string.h> header file. */
                    138: #undef HAVE_STRING_H
                    139:
                    140: /* Define to 1 if you have the <sys/ioctl.h> header file. */
                    141: #undef HAVE_SYS_IOCTL_H
                    142:
                    143: /* Define to 1 if you have the <sys/stat.h> header file. */
                    144: #undef HAVE_SYS_STAT_H
                    145:
                    146: /* Define to 1 if you have the <sys/types.h> header file. */
                    147: #undef HAVE_SYS_TYPES_H
                    148:
                    149: /* Define to 1 if you have the <sys/utsname.h> header file. */
                    150: #undef HAVE_SYS_UTSNAME_H
                    151:
                    152: /* Define to 1 if you have the <termios.h> header file. */
                    153: #undef HAVE_TERMIOS_H
                    154:
                    155: /* Define to 1 if you have the <term.h> header file. */
                    156: #undef HAVE_TERM_H
                    157:
                    158: /* Define to 1 if you have the <unistd.h> header file. */
                    159: #undef HAVE_UNISTD_H
                    160:
                    161: /* Define to 1 if you have the <utmp.h> header file. */
                    162: #undef HAVE_UTMP_H
                    163:
                    164: /* Define to 1 if you have the `vfork' function. */
                    165: #undef HAVE_VFORK
                    166:
                    167: /* Define to 1 if you have the <vfork.h> header file. */
                    168: #undef HAVE_VFORK_H
                    169:
                    170: /* Define to 1 if you have the `vprintf' function. */
                    171: #undef HAVE_VPRINTF
                    172:
                    173: /* Define to 1 if `fork' works. */
                    174: #undef HAVE_WORKING_FORK
                    175:
                    176: /* Define to 1 if `vfork' works. */
                    177: #undef HAVE_WORKING_VFORK
                    178:
                    179: /* Define to 1 if the system has the type `_Bool'. */
                    180: #undef HAVE__BOOL
                    181:
                    182: /* Define to 1 if you have the `_spawnl' function. */
                    183: #undef HAVE__SPAWNL
                    184:
                    185: /* define if we should use program's load average function instead of system
                    186:    */
                    187: #undef LOADAV
                    188:
                    189: /* Define to file to use for scoreboard lockfile */
                    190: #undef LOCKFILE
                    191:
                    192: /* Define to file to use for log */
                    193: #undef LOGFILE
                    194:
                    195: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
                    196:    slash. */
                    197: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
                    198:
                    199: /* Define to include wizard mode */
                    200: #undef MASTER
                    201:
                    202: /* Define if maxusers feature should be enabled */
                    203: #undef MAXLOAD
                    204:
                    205: /* Define if maxusers feature should be enabled */
                    206: #undef MAXUSERS
                    207:
                    208: /* kernel file to pass to nlist() when reading load average (unlikely to work)
                    209:    */
                    210: #undef NAMELIST
                    211:
                    212: /* word for the number of scores to store in scoreboard */
                    213: #undef NUMNAME
                    214:
                    215: /* number of scores to store in scoreboard */
                    216: #undef NUMSCORES
                    217:
                    218: /* Define to the address where bug reports for this package should be sent. */
                    219: #undef PACKAGE_BUGREPORT
                    220:
                    221: /* Define to the full name of this package. */
                    222: #undef PACKAGE_NAME
                    223:
                    224: /* Define to the full name and version of this package. */
                    225: #undef PACKAGE_STRING
                    226:
                    227: /* Define to the one symbol short name of this package. */
                    228: #undef PACKAGE_TARNAME
                    229:
                    230: /* Define to the home page for this package. */
                    231: #undef PACKAGE_URL
                    232:
                    233: /* Define to the version of this package. */
                    234: #undef PACKAGE_VERSION
                    235:
                    236: /* Define crypt(3) wizard mode password */
                    237: #undef PASSWD
                    238:
                    239: /* Define as the return type of signal handlers (`int' or `void'). */
                    240: #undef RETSIGTYPE
                    241:
                    242: /* Define to systemwide directory for storing saved games */
                    243: #undef SAVEDIR
                    244:
                    245: /* Define to file to use for scoreboard */
                    246: #undef SCOREFILE
                    247:
                    248: /* Define to 1 if you have the ANSI C header files. */
                    249: #undef STDC_HEADERS
                    250:
                    251: /* Define to 1 if your <sys/time.h> declares `struct tm'. */
                    252: #undef TM_IN_SYS_TIME
                    253:
                    254: /* define if we should use program's user counting function instead of
                    255:    system's */
                    256: #undef UCOUNT
                    257:
                    258: /* utmp like file to pass to ucount() when counting online users (unlikely to
                    259:    work) */
                    260: #undef UTMP
                    261:
                    262: /* Define to empty if `const' does not conform to ANSI C. */
                    263: #undef const
                    264:
                    265: /* Define to `int' if <sys/types.h> doesn't define. */
                    266: #undef gid_t
                    267:
                    268: /* Define to `int' if <sys/types.h> does not define. */
                    269: #undef pid_t
                    270:
                    271: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    272: #undef size_t
                    273:
                    274: /* Define to `int' if <sys/types.h> doesn't define. */
                    275: #undef uid_t
                    276:
                    277: /* Define as `fork' if `vfork' does not work. */
                    278: #undef vfork

CVSweb