No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- /* $Id: config.h 2965 2008-10-18 12:42:12Z sam $ */
-
- /* #undef HAVE_ENDIAN_H */
- #define HAVE_ERRNO_H 1
- #define HAVE_GETENV 1
- /* #undef HAVE_GETTIMEOFDAY */
- /* #undef HAVE_INTTYPES_H */
- #define HAVE_MEMORY_H 1
- #define HAVE_PUTENV 1
- /* #undef HAVE_SIGNAL */
- /* #undef HAVE_SIGNAL_H */
- #define HAVE_SLEEP 1
- /* #undef HAVE_STDINT_H */
- #define HAVE_STDLIB_H 1
- /* #undef HAVE_STRCASECMP */
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- /* #undef HAVE_SYS_IOCTL_H */
- #define HAVE_SYS_STAT_H 1
- /* #undef HAVE_SYS_TIME_H */
- #define HAVE_SYS_TYPES_H 1
- /* #undef HAVE_UNISTD_H */
- /* #undef HAVE_USLEEP */
- /* #undef HAVE_VSNPRINTF */
- #define HAVE_SNPRINTF 1
- /* #undef NO_MINUS_C_MINUS_O */
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_NAME "ttyvaders"
- #define PACKAGE_STRING ""
- #define PACKAGE_TARNAME ""
- #define PACKAGE_VERSION "0.0"
- /* #undef RETSIGTYPE */
- /* #undef SCREENUPDATE_IN_PC_H */
- #define STDC_HEADERS 1
- /* #undef const */
- #ifndef __cplusplus
- #define inline __inline
- #endif
- #define strcasecmp stricmp
- #define snprintf _snprintf
|