16 lines
261 B
C
16 lines
261 B
C
/*
|
|
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
|
|
|
|
#define RCSID(msg)
|
|
#define KRB5
|
|
|
|
#include "include/config.h"
|
|
#include "lib/replace/replace.h"
|
|
|
|
#endif
|