blob: 6d52ab8e2a16c488453f1046b533c45472b348e5 (
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
|
/* autoconf.h. DO NOT DELETE -- this version of autoconf.h is specific for macintosh. */
#define HAVE_SETVBUF 1
#define HAS_ANSI_CONST 1
#define HAVE_STDLIB_H 1
#define HAS_VOID_TYPE 1
#define NO_YYLINENO 1
#define USE_DIRENT_H 1
#define HAVE_STRING_H 1
#define WAIT_USES_INT 1
#define krb5_sigtype void
#define HAVE_NETINET_IN_H 1
#define ODBM 1
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/* The number of bytes in a int. */
#define SIZEOF_INT 4
/* The number of bytes in a long. */
#define SIZEOF_LONG 4
/* The number of bytes in a short. */
#define SIZEOF_SHORT 2
/* Define if you have the <macsock.h> header file. */
#define HAVE_MACSOCK_H 1
/* Define if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define if there is no concept of user identification */
#define NO_USERID 1
|