|
|
1.1.1.2 ! root 1: /* The number of bytes in a char. */ ! 2: #define SIZEOF_CHAR 1 ! 3: ! 4: /* The number of bytes in a int. */ ! 5: #define SIZEOF_INT 4 ! 6: ! 7: /* The number of bytes in a long. */ ! 8: #define SIZEOF_LONG 4 ! 9: ! 10: #ifdef __GNUC__ ! 11: /* The number of bytes in a long long. */ ! 12: #define SIZEOF_LONG_LONG 8 ! 13: #define SIZEOF___INT64 0 ! 14: #else ! 15: #define SIZEOF_LONG_LONG 0 ! 16: #define SIZEOF___INT64 8 ! 17: #endif ! 18: ! 19: /* The number of bytes in a short. */ ! 20: #define SIZEOF_SHORT 2 ! 21: ! 22: /* Define if you have the <fcntl.h> header file. */ ! 23: #define HAVE_FCNTL_H 1 ! 24: ! 25: /* Define if you have the <string.h> header file. */ ! 26: #define HAVE_STRING_H 1 ! 27: ! 28: /* Define if you have the <sys/stat.h> header file. */ ! 29: #define HAVE_SYS_STAT_H 1 ! 30: ! 31: /* Define if you have the <sys/types.h> header file. */ ! 32: #define HAVE_SYS_TYPES_H 1 ! 33: ! 34: // Windows-specific #defines ! 35: #ifndef __GNUC__ ! 36: #define REGPARAM ! 37: #define REGPARAM2 ! 38: #define __inline__ __inline ! 39: #define __asm__(a) ; ! 40: #define O_NDELAY 0 ! 41: #endif ! 42: #define lseek _lseek
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.