⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h.in

📁 mutt-1.5.12 源代码。linux 下邮件接受的工具。
💻 IN
📖 第 1 页 / 共 2 页
字号:
/* Define to 1 if you have the `stpcpy' function. */#undef HAVE_STPCPY/* Define to 1 if you have the `strcasecmp' function. */#undef HAVE_STRCASECMP/* Define to 1 if you have the `strchr' function. */#undef HAVE_STRCHR/* Define to 1 if you have the `strdup' function. */#undef HAVE_STRDUP/* Define to 1 if you have the `strerror' function. */#undef HAVE_STRERROR/* Define to 1 if you have the `strftime' function. */#undef HAVE_STRFTIME/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define to 1 if you have the `strtoul' function. */#undef HAVE_STRTOUL/* Define to 1 if you have the <sysexits.h> header file. */#undef HAVE_SYSEXITS_H/* Define to 1 if you have the <sys/ioctl.h> header file. */#undef HAVE_SYS_IOCTL_H/* Define to 1 if you have the <sys/param.h> header file. */#undef HAVE_SYS_PARAM_H/* Define to 1 if you have the <sys/resource.h> header file. */#undef HAVE_SYS_RESOURCE_H/* Define to 1 if you have the <sys/select.h> header file. */#undef HAVE_SYS_SELECT_H/* Define to 1 if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have the `towlower' function. */#undef HAVE_TOWLOWER/* Define to 1 if you have the `towupper' function. */#undef HAVE_TOWUPPER/* Define to 1 if you have the `tsearch' function. */#undef HAVE_TSEARCH/* Define if you have typeahead, as a function or macro. */#undef HAVE_TYPEAHEAD/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define to 1 if you have the <unix.h> header file. */#undef HAVE_UNIX_H/* Define if you have use_default_colors, as a function or macro. */#undef HAVE_USE_DEFAULT_COLORS/* Define to 1 if you have the `vsnprintf' function. */#undef HAVE_VSNPRINTF/* Define to 1 if you have the <wchar.h> header file. */#undef HAVE_WCHAR_H/* Define to 1 if you have the <wctype.h> header file. */#undef HAVE_WCTYPE_H/* Define if you are using the system's wchar_t functions. */#undef HAVE_WC_FUNCS/* Define to 1 if you have the `__argz_count' function. */#undef HAVE___ARGZ_COUNT/* Define to 1 if you have the `__argz_next' function. */#undef HAVE___ARGZ_NEXT/* Define to 1 if you have the `__argz_stringify' function. */#undef HAVE___ARGZ_STRINGIFY/* Is mail spooled to the user's home directory? If defined, MAILPATH should   be set to the filename of the spool mailbox relative the the home   directory. use: configure --with-homespool=FILE */#undef HOMESPOOL/* Define as const if the declaration of iconv() needs const. */#undef ICONV_CONST/* Define as 1 if iconv() only converts exactly and we should treat all return   values other than (size_t)(-1) as equivalent. */#undef ICONV_NONTRANS/* Where to find ispell on your system. */#undef ISPELL/* Define if the result of isprint() is unreliable. */#undef LOCALES_HACK/* Where new mail is spooled. */#undef MAILPATH/* Where to find mixmaster on your system. */#undef MIXMASTER/* Define if you have problems with mutt not detecting new/old mailboxes over   NFS. Some NFS implementations incorrectly cache the attributes of small   files. */#undef NFS_ATTRIBUTE_HACK/* Name of package */#undef PACKAGE/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* Define to 1 if the C compiler supports function prototypes. */#undef PROTOTYPES/* Define as the return type of signal handlers (`int' or `void'). */#undef RETSIGTYPE/* Where to find sendmail on your system. */#undef SENDMAIL/* Some systems declare sig_atomic_t as volatile, some others -- no. This   define will have value `sig_atomic_t' or `volatile sig_atomic_t'   accordingly. */#undef SIG_ATOMIC_VOLATILE_T/* The size of a `int', as computed by sizeof. */#undef SIZEOF_INT/* The size of a `long', as computed by sizeof. */#undef SIZEOF_LONG/* The size of a `long long', as computed by sizeof. */#undef SIZEOF_LONG_LONG/* The size of a `off_t', as computed by sizeof. */#undef SIZEOF_OFF_T/* The size of a `short', as computed by sizeof. */#undef SIZEOF_SHORT/* 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 to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Define to enable Sun mailtool attachments support. */#undef SUN_ATTACHMENT/* Define to use dotlocking for mailboxes. */#undef USE_DOTLOCK/* Define to use fcntl() to lock folders. */#undef USE_FCNTL/* Define to use flock() to lock mailboxes. */#undef USE_FLOCK/* Define if you want to use the included regex.c. */#undef USE_GNU_REGEX/* Define if you have GSSAPI libraries available */#undef USE_GSS/* Enable header caching */#undef USE_HCACHE/* Define if you want support for the IMAP protocol. */#undef USE_IMAP/* Define to sort files in a maildir by inode number. */#undef USE_INODESORT/* Define if you want support for the POP3 protocol. */#undef USE_POP/* Define if want to use the Cyrus SASL library for POP/IMAP authentication.   */#undef USE_SASL/* Define if mutt should run setgid "mail". */#undef USE_SETGID/* Define if you compile with SLang instead of curses/ncurses. */#undef USE_SLANG_CURSES/* Include code for socket support. Set automatically if you enable POP3 or   IMAP */#undef USE_SOCKET/* Define if you want support for SSL. */#undef USE_SSL/* Define if you want support for SSL via GNUTLS. */#undef USE_SSL_GNUTLS/* Define if you want support for SSL via OpenSSL. */#undef USE_SSL_OPENSSL/* Version number of package */#undef VERSION#ifndef HAVE_C99_INTTYPES#  if SIZEOF_SHORT == 4typedef unsigned short uint32_t;#  elif SIZEOF_INT == 4typedef unsigned int uint32_t;#  elif SIZEOF_LONG == 4typedef unsigned long uint32_t;#  endif#  if SIZEOF_INT == 8typedef unsigned int uint64_t;#  elif SIZEOF_LONG == 8typedef unsigned long uint64_t;#  elif SIZEOF_LONG_LONG == 8typedef unsigned long long uint64_t;#  endif#endif  /* Number of bits in a file offset, on hosts where this is settable. */#undef _FILE_OFFSET_BITS/* Enable GNU extensions on systems that have them.  */#ifndef _GNU_SOURCE# undef _GNU_SOURCE#endif/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */#undef _LARGEFILE_SOURCE/* Define for large files, on AIX-style hosts. */#undef _LARGE_FILES/* Define like PROTOTYPES; this can be used by system headers. */#undef __PROTOTYPES/* Define to empty if `const' does not conform to ANSI C. */#undef const/* Define to `__inline__' or `__inline' if that's what the C compiler   calls it, or to nothing if 'inline' is not supported under any name.  */#ifndef __cplusplus#undef inline#endif/* Define to 'int' if system headers don't define. */#undef mbstate_t/* Define to `long' if <sys/types.h> does not define. */#undef off_t/* Define to `int' if <sys/types.h> does not define. */#undef pid_t/* Define to `int' if <sys/types.h> does not define. */#undef sig_atomic_t/* Define to `unsigned' if <sys/types.h> does not define. */#undef size_t/* Define to 'int' if <sys/socket.h> doesn't have it. */#undef socklen_t/* Define to `int' if <sys/types.h> does not define. */#undef ssize_t/* define if va_copy is not available */#undef va_copy/* Define to 'int' if system headers don't define. */#undef wchar_t/* Define to 'int' if system headers don't define. */#undef wint_t/* fseeko portability defines */#ifdef HAVE_FSEEKO# define LOFF_T off_t# if SIZEOF_OFF_T == 8#  define OFF_T_FMT "%lld"# else#  define OFF_T_FMT "%ld"# endif#else# define LOFF_T long# define fseeko fseek# define ftello ftell# define OFF_T_FMT "%ld"#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -