libfaim_config.h

来自「AnyQ服务端源代码(2004/10/28)源码」· C头文件 代码 · 共 85 行

H
85
字号
/* include/libfaim_config.h.  Generated automatically by configure.  *//* include/libfaim_config.h.in.  Generated automatically from configure.in by autoheader 2.13.  *//* 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 you have the strftime function.  */#define HAVE_STRFTIME 1/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */#define HAVE_SYS_WAIT_H 1/* Define if you have the vprintf function.  */#define HAVE_VPRINTF 1/* Define as __inline if that's what the C compiler calls it.  *//* #undef inline *//* Define to `int' if <sys/types.h> doesn't define.  *//* #undef pid_t *//* Define as the return type of signal handlers (int or void).  */#define RETSIGTYPE void/* Define to `unsigned' if <sys/types.h> doesn't define.  *//* #undef size_t *//* Define if you have the ANSI C header files.  */#define STDC_HEADERS 1/* Define if you can safely include both <sys/time.h> and <time.h>.  */#define TIME_WITH_SYS_TIME 1/* Define if your <sys/time.h> declares struct tm.  *//* #undef TM_IN_SYS_TIME *//* Define if you have the gethostname function.  */#define HAVE_GETHOSTNAME 1/* Define if you have the gettimeofday function.  */#define HAVE_GETTIMEOFDAY 1/* Define if you have the select function.  */#define HAVE_SELECT 1/* Define if you have the socket function.  */#define HAVE_SOCKET 1/* Define if you have the strdup function.  */#define HAVE_STRDUP 1/* Define if you have the strstr function.  */#define HAVE_STRSTR 1/* Define if you have the strtol function.  */#define HAVE_STRTOL 1/* Define if you have the uname function.  */#define HAVE_UNAME 1/* Define if you have the <dlfcn.h> header file.  */#define HAVE_DLFCN_H 1/* Define if you have the <fcntl.h> header file.  */#define HAVE_FCNTL_H 1/* Define if you have the <sys/time.h> header file.  */#define HAVE_SYS_TIME_H 1/* Define if you have the <unistd.h> header file.  */#define HAVE_UNISTD_H 1/* Define if you have the faim library (-lfaim).  *//* #undef HAVE_LIBFAIM *//* Name of package */#define PACKAGE "libfaim"/* Version number of package */#define VERSION "0.99.2"

⌨️ 快捷键说明

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