summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/config.h
blob: 707e6f1127815bf09cc538d4fe35f31574810fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
  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