summaryrefslogtreecommitdiffstats
path: root/src/acconfig.h
blob: e9aa235a3e1f46146438035bdba5ad98068d6a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* just stuff needed by kerberos 5 */
/* This is in the top level so that it is in the same "local" directory
   as aclocal.m4, so autoreconf causes autoheader to find it. Nothing actually
   includes this file, it is always processed into something else. */

#undef ANSI_STDIO
#undef HAS_SETVBUF
#undef HAS_ANSI_CONST
#undef HAS_ANSI_VOLATILE
#undef HAS_STDLIB_H
#undef HAS_STRDUP
#undef HAS_LABS
#undef HAS_SYS_FILE_H
#undef HAS_SYS_PARAM_H
#undef HAS_VOID_TYPE
#undef KRB5_PROVIDE_PROTOTYPES
#undef NEED_SYS_FCNTL_H
#undef NO_NESTED_PROTOTYPES
#undef NO_STDLIB_H
#undef NO_YYLINENO
#undef POSIX_FILE_LOCKS
#undef POSIX_SIGTYPE
#undef POSIX_TERMIOS
#undef POSIX_TYPES
#ifndef STDARG_PROTOTYPES
#undef STDARG_PROTOTYPES
#endif /* STDARG_PROTOTYPES -- avoid collision with com_err.h */
#undef USE_DIRENT_H
#undef USE_STRING_H
#undef WAIT_USES_INT
#undef krb5_sigtype
#undef HAS_UNISTD_H
#undef KRB5_USE_INET
#undef ODBM
#undef TM_IN_SYS_TIME

/* Define if MIT Project Athena default configuration should be used */
#undef KRB5_ATHENA_COMPAT

/* Define if Kerberos V4 backwards compatibility should be supported */
#undef KRB5_KRB4_COMPAT