-
Notifications
You must be signed in to change notification settings - Fork 0
/
acconfig.h
99 lines (82 loc) · 2.32 KB
/
acconfig.h
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
/*
* $Id: 2Dlist.c 576 2004-05-05 16:56:02Z skaar $
*
* Copyright (C) 1995-2004 Free Software Foundation, Inc.
*
* This file is part of cfng, a fork of GNU cfengine. Modifications,
* additions and other differences herein is not releated to or
* associated with the original project.
*
* This file is derived from GNU cfengine - written by Mark Burgess,
* Dept of Computing and Engineering, Oslo College, Dept. of Theoretical
* physics, University of Oslo.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA
*/
@TOP@
/* The old route entry structure in newer BSDs */
#undef HAVE_ORTENTRY
/* Do we ahve any route entry structure ? */
#undef HAVE_RTENTRY
/* Whether to use the local REGEX functions */
#undef REGEX_MALLOC
/* Whether to use LCHOWN to change ownerships */
#undef HAVE_LCHOWN
/* Whether the thread library has setmask */
#undef HAVE_PTHREAD_SIGMASK
/* Whether the thread library has setstacksize */
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
/* Whether libdb has db_open */
#undef HAVE_DB_CREATE
/* Does the host have /var/run directory? */
#undef HAVE_VAR_RUN
/* Special OS defines */
#undef SUN3
#undef SUN4
#undef SOLARIS
#undef ULTRIX
#undef HPuUX
#undef AIX
#undef OSF
#undef IRIX
#undef LINUX
#undef DEBIAN
#undef FREEBSD
#undef NETBSD
#undef NEWS_OS
#undef BSDOS
#undef BSD43
#undef AOS
#undef SCO
#undef NEXTSTEP
#undef CFCRAY
#undef CFGNU
#undef UNIXWARE
#undef OPENBSD
#undef HAVE_SYS_ACL_H
#undef NOTBROKEN
#undef NT
#undef DARWIN
/* SVR4 header stuff */
#undef __EXTENSIONS__
#undef _POSIX_C_SOURCE
/* Solaris 2.6 */
#undef __BIT_TYPES_DEFINED__
/* LOCK and LOG directories */
#undef WORKDIR
/* Special CFEngine symbols */
#undef AUTOCONF_HOSTNAME
#undef AUTOCONF_SYSNAME