📄 config.h.in
字号:
/* config.h.in. Generated automatically from configure.in by autoheader. *//* 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 you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* * If your system is kinda special */#undef SYSTEM_DOS#undef SYSTEM_QUICKWIN#undef SYSTEM_WINDLL#undef SYSTEM_OS2/* * If your system has stdin/stdout/stderr */#undef HAVE_STDIO/* * how to declare functions that are exported from the UU library */#undef UUEXPORT/* * how to declare functions that are exported from the UUTCL library */#undef UUTCLEXPORT/* * how to declare functions that are exported from the fptools library */#undef TOOLEXPORT/* * how to declare functions that are interfaced with TCL */#undef UUTCLFUNC/* * define if your compiler supports function prototypes */#undef PROTOTYPES/* * define if you have TCL version 7.5 or later */#undef HAVE_TCL/* * define if you HAVE_TCL and TK version 4.1 or later */#undef HAVE_TK/* * define if Tcl_Main or Tk_Main needs Tcl_AppInit as third parameter */#undef TMAIN_THREE/* * Replacement functions. * #define strerror _FP_strerror * #define tempnam _FP_tempnam * if you don't have these functions */#undef strerror#undef tempnam/* * your system's directory separator (usually "/") */#undef DIRSEPARATOR/* * your mailing program. full path and the necessary parameters. * the recepient address is added to the command line (with a leading * space) without any further options */#undef PROG_MAILER/* * define if the mailer needs to have the subject set on the command * line with -s "Subject". Preferredly, we send the subject as a header. */#undef MAILER_NEEDS_SUBJECT/* * define if posting is enabled. Do not edit. */#undef HAVE_NEWS/* * your local news posting program. full path and parameters, so that * the article and all its headers are read from stdin */#undef PROG_INEWS/* * the name of your local domain. only needed when using minews */#undef DOMAINNAME/* * your local NNTP news server. only needed when using minews * can be overridden by $NNTPSERVER at runtime */#undef NNTPSERVER/* * defined when we use minews, so that we know that we must define * the NNTPSERVER environment variable to be able to post */#undef NEED_NNTPSERVER/* Define if you have the getcwd function. */#undef HAVE_GETCWD/* Define if you have the gettimeofday function. */#undef HAVE_GETTIMEOFDAY/* Define if you have the isatty function. */#undef HAVE_ISATTY/* Define if you have the popen function. */#undef HAVE_POPEN/* Define if you have the <direct.h> header file. */#undef HAVE_DIRECT_H/* Define if you have the <errno.h> header file. */#undef HAVE_ERRNO_H/* Define if you have the <fcntl.h> header file. */#undef HAVE_FCNTL_H/* Define if you have the <io.h> header file. */#undef HAVE_IO_H/* Define if you have the <malloc.h> header file. */#undef HAVE_MALLOC_H/* Define if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define if you have the <pwd.h> header file. */#undef HAVE_PWD_H/* Define if you have the <stdarg.h> header file. */#undef HAVE_STDARG_H/* Define if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define if you have the <varargs.h> header file. */#undef HAVE_VARARGS_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -