mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
5ecf98cc18
- and add -MT $@ to the dependency generation to notice changes in depdendecies of header files you may need a 'make clean' or at least you need to remove heimdal_build/replace.hd metze
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
|