?? config.h.in
字號:
/* config.h.in. Generated automatically from configure.in by autoheader. *//* Define if using alloca.c. */#undef C_ALLOCA/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */#undef CRAY_STACKSEG_END/* Define if you have alloca, as a function or macro. */#undef HAVE_ALLOCA/* Define if you have <alloca.h> and it should be used (not on Ultrix). */#undef HAVE_ALLOCA_H/* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */#undef STACK_DIRECTION/* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */#undef WORDS_BIGENDIAN/* Define if the X Window System is missing or not being used. */#undef X_DISPLAY_MISSING/* Use XShm Extension? */#undef USE_XSHM/* Run in text only mode */#undef DISABLE_DISPLAY/* startup in stopped state */#undef DISABLE_AUTORUN/* The number of bytes in a char. */#undef SIZEOF_CHAR/* 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 short. */#undef SIZEOF_SHORT/* The number of bytes in a unsigned char. */#undef SIZEOF_UNSIGNED_CHAR/* The number of bytes in a unsigned int. */#undef SIZEOF_UNSIGNED_INT/* The number of bytes in a unsigned long. */#undef SIZEOF_UNSIGNED_LONG/* The number of bytes in a unsigned short. */#undef SIZEOF_UNSIGNED_SHORT/* Define if you have the strsep function. */#undef HAVE_STRSEP/* Define if you have the <sys/select.h> header file. */#undef HAVE_SYS_SELECT_H/* Name of package */#undef PACKAGE/* Version number of package */#undef VERSION/* AIX requires this to be the first thing in the file. */#if HAVE_ALLOCA_H# include <alloca.h>#else# ifdef _AIX #pragma alloca# else# ifndef alloca /* predefined by HP cc +Olibcalls */char *alloca ();# endif# endif#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -