~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to source4/heimdal_build/config.h

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  this is a replacement config.h for building the heimdal parts of the
 
3
  Samba source tree
 
4
*/
 
5
 
 
6
#ifndef HAVE_HEIMDAL_CONFIG_H
 
7
#define HAVE_HEIMDAL_CONFIG_H
 
8
 
 
9
#include "include/config.h"
 
10
#include "../replace/replace.h"
 
11
 
 
12
#if !defined(HAVE_DIRFD) && !defined(HAVE_DIRFD_DECL) && !defined(dirfd)
 
13
#define dirfd(d) (-1)
 
14
#endif
 
15
 
 
16
#define RCSID(msg) struct __rcsid { int __rcsdi; }
 
17
#define KRB5
 
18
 
 
19
/* This needs to be defined for roken too */
 
20
#ifdef VOID_RETSIGTYPE
 
21
#define SIGRETURN(x) return
 
22
#else
 
23
#define SIGRETURN(x) return (RETSIGTYPE)(x)
 
24
#endif
 
25
 
 
26
#define HDB_DB_DIR ""
 
27
 
 
28
#undef HAVE_KRB5_ENCRYPT_BLOCK
 
29
 
 
30
#endif