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

Annotation of early-roguelike/arogue7/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 have the `erasechar' function. */
                     16: #undef HAVE_ERASECHAR
                     17:
                     18: /* Define to 1 if you have the <errno.h> header file. */
                     19: #undef HAVE_ERRNO_H
                     20:
                     21: /* Define if ncurses has ESCDELAY variable */
                     22: #undef HAVE_ESCDELAY
                     23:
                     24: /* Define to 1 if you have the <fcntl.h> header file. */
                     25: #undef HAVE_FCNTL_H
                     26:
                     27: /* Define to 1 if you have the `fork' function. */
                     28: #undef HAVE_FORK
                     29:
                     30: /* Define to 1 if you have the `getgid' function. */
                     31: #undef HAVE_GETGID
                     32:
                     33: /* Define to 1 if you have the `getpass' function. */
                     34: #undef HAVE_GETPASS
                     35:
                     36: /* Define to 1 if you have the `getpwuid' function. */
                     37: #undef HAVE_GETPWUID
                     38:
                     39: /* Define to 1 if you have the `getuid' function. */
                     40: #undef HAVE_GETUID
                     41:
                     42: /* Define to 1 if you have the <inttypes.h> header file. */
                     43: #undef HAVE_INTTYPES_H
                     44:
                     45: /* Define to 1 if you have the `killchar' function. */
                     46: #undef HAVE_KILLCHAR
                     47:
                     48: /* Define to 1 if you have the <limits.h> header file. */
                     49: #undef HAVE_LIMITS_H
                     50:
                     51: /* Define to 1 if you have the `loadav' function. */
                     52: #undef HAVE_LOADAV
                     53:
                     54: /* Define to 1 if you have the <memory.h> header file. */
                     55: #undef HAVE_MEMORY_H
                     56:
                     57: /* Define to 1 if you have the `memset' function. */
                     58: #undef HAVE_MEMSET
                     59:
                     60: /* Define to 1 if libncurses is requested */
                     61: #undef HAVE_NCURSES_H
                     62:
                     63: /* Define to 1 if you have the <ncurses/term.h> header file. */
                     64: #undef HAVE_NCURSES_TERM_H
                     65:
                     66: /* Define to 1 if you have the <process.h> header file. */
                     67: #undef HAVE_PROCESS_H
                     68:
                     69: /* Define to 1 if you have the <pwd.h> header file. */
                     70: #undef HAVE_PWD_H
                     71:
                     72: /* Define to 1 if you have the `setenv' function. */
                     73: #undef HAVE_SETENV
                     74:
                     75: /* Define to 1 if you have the `setgid' function. */
                     76: #undef HAVE_SETGID
                     77:
                     78: /* Define to 1 if you have the `setuid' function. */
                     79: #undef HAVE_SETUID
                     80:
                     81: /* Define to 1 if you have the `spawnl' function. */
                     82: #undef HAVE_SPAWNL
                     83:
                     84: /* Define to 1 if you have the <stdint.h> header file. */
                     85: #undef HAVE_STDINT_H
                     86:
                     87: /* Define to 1 if you have the <stdlib.h> header file. */
                     88: #undef HAVE_STDLIB_H
                     89:
                     90: /* Define to 1 if you have the `strchr' function. */
                     91: #undef HAVE_STRCHR
                     92:
                     93: /* Define to 1 if you have the `strerror' function. */
                     94: #undef HAVE_STRERROR
                     95:
                     96: /* Define to 1 if you have the <strings.h> header file. */
                     97: #undef HAVE_STRINGS_H
                     98:
                     99: /* Define to 1 if you have the <string.h> header file. */
                    100: #undef HAVE_STRING_H
                    101:
                    102: /* Define to 1 if you have the <sys/ioctl.h> header file. */
                    103: #undef HAVE_SYS_IOCTL_H
                    104:
                    105: /* Define to 1 if you have the <sys/stat.h> header file. */
                    106: #undef HAVE_SYS_STAT_H
                    107:
                    108: /* Define to 1 if you have the <sys/types.h> header file. */
                    109: #undef HAVE_SYS_TYPES_H
                    110:
                    111: /* Define to 1 if you have the <sys/utsname.h> header file. */
                    112: #undef HAVE_SYS_UTSNAME_H
                    113:
                    114: /* Define to 1 if you have the <termios.h> header file. */
                    115: #undef HAVE_TERMIOS_H
                    116:
                    117: /* Define to 1 if you have the <term.h> header file. */
                    118: #undef HAVE_TERM_H
                    119:
                    120: /* Define to 1 if you have the <unistd.h> header file. */
                    121: #undef HAVE_UNISTD_H
                    122:
                    123: /* Define to 1 if you have the <utmp.h> header file. */
                    124: #undef HAVE_UTMP_H
                    125:
                    126: /* Define to 1 if you have the `vfork' function. */
                    127: #undef HAVE_VFORK
                    128:
                    129: /* Define to 1 if you have the <vfork.h> header file. */
                    130: #undef HAVE_VFORK_H
                    131:
                    132: /* Define to 1 if `fork' works. */
                    133: #undef HAVE_WORKING_FORK
                    134:
                    135: /* Define to 1 if `vfork' works. */
                    136: #undef HAVE_WORKING_VFORK
                    137:
                    138: /* Define to 1 if you have the `_spawnl' function. */
                    139: #undef HAVE__SPAWNL
                    140:
                    141: /* Define to limit scores to one per class per uid */
                    142: #undef LIMITSCORE
                    143:
                    144: /* Define to file to use for log */
                    145: #undef LOGFILE
                    146:
                    147: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
                    148:    slash. */
                    149: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
                    150:
                    151: /* Define if maxusers feature should be enabled */
                    152: #undef MAXUSERS
                    153:
                    154: /* Define to the address where bug reports for this package should be sent. */
                    155: #undef PACKAGE_BUGREPORT
                    156:
                    157: /* Define to the full name of this package. */
                    158: #undef PACKAGE_NAME
                    159:
                    160: /* Define to the full name and version of this package. */
                    161: #undef PACKAGE_STRING
                    162:
                    163: /* Define to the one symbol short name of this package. */
                    164: #undef PACKAGE_TARNAME
                    165:
                    166: /* Define to the home page for this package. */
                    167: #undef PACKAGE_URL
                    168:
                    169: /* Define to the version of this package. */
                    170: #undef PACKAGE_VERSION
                    171:
                    172: /* Define as the return type of signal handlers (`int' or `void'). */
                    173: #undef RETSIGTYPE
                    174:
                    175: /* Define to systemwide directory for storing saved games */
                    176: #undef SAVEDIR
                    177:
                    178: /* Define to file to use for scoreboard */
                    179: #undef SCOREFILE
                    180:
                    181: /* Define to 1 if you have the ANSI C header files. */
                    182: #undef STDC_HEADERS
                    183:
                    184: /* Define to 1 if your <sys/time.h> declares `struct tm'. */
                    185: #undef TM_IN_SYS_TIME
                    186:
                    187: /* Define to include wizard mode */
                    188: #undef WIZARD
                    189:
                    190: /* Define to `int' if <sys/types.h> does not define. */
                    191: #undef pid_t
                    192:
                    193: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    194: #undef size_t
                    195:
                    196: /* Define as `fork' if `vfork' does not work. */
                    197: #undef vfork

CVSweb