config.h

来自「samba最新软件」· C头文件 代码 · 共 25 行

H
25
字号
/*  this is a replacement config.h for building the heimdal parts of the  Samba source tree*/#ifndef HAVE_HEIMDAL_CONFIG_H#define HAVE_HEIMDAL_CONFIG_H#include "include/config.h"#include "lib/replace/replace.h"#define RCSID(msg) struct __rcsid { int __rcsdi; }#define KRB5/* This needs to be defined for roken too */#ifdef VOID_RETSIGTYPE#define SIGRETURN(x) return#else#define SIGRETURN(x) return (RETSIGTYPE)(x)#endif#define HDB_DB_DIR ""#endif

⌨️ 快捷键说明

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