mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
820492ba79
heimdal_build/config.h from interfering with libreplace
This is a workaround for the fact that with the current CFLAGS and
dependencies system, -Iheimdal_build is put at the front of the
includes list, which means it overrides the normal config.h
(This used to be commit 84335903ce
)
16 lines
249 B
C
16 lines
249 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 "replace.h"
|
|
|
|
#endif
|