?? config.h.in,v
字號:
head 1.6;access;symbols zero-five-zero:1.6 zero-four-seventeen:1.6 zero-four-ten:1.4 zero-four-nine:1.3 zero-four-eight:1.3 zero-four-five:1.3 zero-four-three:1.3 zero-four-zero:1.2;locks neto:1.6;comment @# @;1.6date 98.10.17.22.19.30; author neto; state Exp;branches;next 1.5;1.5date 98.10.15.17.20.23; author neto; state Exp;branches;next 1.4;1.4date 98.08.22.17.03.08; author neto; state Exp;branches;next 1.3;1.3date 98.07.31.17.10.45; author neto; state Exp;branches;next 1.2;1.2date 97.12.05.21.04.33; author neto; state Exp;branches;next 1.1;1.1date 97.11.27.19.10.41; author neto; state Exp;branches;next ;desc@Default configuration (IIRC). See Autoconf manual.@1.6log@Try better behaviour with gcc -ansi -pedantic, but to no avail.I still can't get nrand48.@text@/* config.h.in. Generated automatically from configure.in by autoheader. *//* Define to empty if the keyword does not work. */#undef const/* Define if you don't have vprintf but do have _doprnt. */#undef HAVE_DOPRNT/* Define if the `long double' type works. */#undef HAVE_LONG_DOUBLE/* Define if you have the vprintf function. */#undef HAVE_VPRINTF/* Define as __inline if that's what the C compiler calls it. */#undef inline/* Define to `unsigned' if <sys/types.h> doesn't define. */#undef size_t/* Define if you have the ANSI C header files. */#undef STDC_HEADERS/* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */#undef WORDS_BIGENDIAN/* We want to know our own version number */#define VERSION_STRING "0.0.0"#define PACKAGE "lk"/* We may need to supply function prototypes and structures. */#define OS_HAS_BROKEN_HEADERS 0/* The following are used only on SunOS/Solaris. */#define OS_IS_SUNOS 0#define OS_VERSION_MAJOR 0#define OS_VERSION_MINOR 0/* Sometimes libraries define optarg, etc. but their headers don't declare them. Solaris can be like that. */#define LIBRARY_DEFINES_OPTARG_ETC 0#define HEADERS_DECLARE_OPTARG_ETC 0#define COMPILER_SUPPORTS_INLINE 0/* The number of bytes in a int. */#undef SIZEOF_INT/* The number of bytes in a long. */#undef SIZEOF_LONG/* The number of bytes in a long long. */#undef SIZEOF_LONG_LONG/* The number of bytes in a short. */#undef SIZEOF_SHORT/* The number of bytes in a unsigned int. */#undef SIZEOF_UNSIGNED_INT/* Define if you have the ctime function. */#undef HAVE_CTIME/* Define if you have the gethostname function. */#undef HAVE_GETHOSTNAME/* Define if you have the getopt function. */#undef HAVE_GETOPT/* Define if you have the getpagesize function. */#undef HAVE_GETPAGESIZE/* Define if you have the getrusage function. */#undef HAVE_GETRUSAGE/* Define if you have the nrand48 function. */#undef HAVE_NRAND48/* Define if you have the strdup function. */#undef HAVE_STRDUP/* Define if you have the time function. */#undef HAVE_TIME/* Define if you have the <limits.h> header file. */#undef HAVE_LIMITS_H/* Define if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define if you have the <time.h> header file. */#undef HAVE_TIME_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define if you have the m library (-lm). */#undef HAVE_LIBM/* Define if you have the ucb library (-lucb). */#undef HAVE_LIBUCB@1.5log@Try to fix the gcc warnings on Red Hat Linux 5.1@text@a2 7/* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */#ifndef _ALL_SOURCE#undef _ALL_SOURCE#endifd30 1a100 3#define __USE_BSD 1 /* This is for various things on Linux. */#define __USE_SVID 1 /* This is for |nrand48| with the GNU compiler suite. */@1.4log@Added a endian-ness test.@text@a18 3/* Define if the most significant byte has the lowest memory address. */#define WORDS_BIGENDIAN 0d31 4d107 3@1.3log@Added options definitions.@text@d19 3@1.2log@Added support for nrand48, and detecting whether the compiler supportsinlining.@text@d22 1a22 1/* Define as __inline__ or __inline if that's what the C compiler calls it. */a24 3/* Define whether the C compiler supports one of inline, __inline, or __inline__ */#define COMPILER_SUPPORTS_INLINE 0d42 4a45 1#define LIBRARY_DEFINES_OPTARG_ETC 1@1.1log@Initial revision@text@d22 1a22 1/* Define as __inline if that's what the C compiler calls it. */d25 3d76 3@
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -