1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source/heimdal_build/config.h
Stefan Metzmacher 5ecf98cc18 r18210: - reenable autodependencies
- 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
2007-10-10 14:17:50 -05:00

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