diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-10 23:46:05 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-10 23:46:05 +0000 |
| commit | 6679b0968981f8be7c33a7df2c30bb5146f3a6d3 (patch) | |
| tree | 0cc86c8a1be101bb2af749547ef5fec578013bc2 /include/libaccess | |
| parent | a765a367145893e3e28dc518f5d08dd9bdfa1358 (diff) | |
| download | ds-6679b0968981f8be7c33a7df2c30bb5146f3a6d3.tar.gz ds-6679b0968981f8be7c33a7df2c30bb5146f3a6d3.tar.xz ds-6679b0968981f8be7c33a7df2c30bb5146f3a6d3.zip | |
Resolves: #214533
Summary: configure needs to support --with-fhs (Comment #6)
Changes: Added the following include next to the end of the copyright block.
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
Diffstat (limited to 'include/libaccess')
| -rw-r--r-- | include/libaccess/acl.h | 5 | ||||
| -rw-r--r-- | include/libaccess/aclerror.h | 5 | ||||
| -rw-r--r-- | include/libaccess/acleval.h | 5 | ||||
| -rw-r--r-- | include/libaccess/aclglobal.h | 5 | ||||
| -rw-r--r-- | include/libaccess/aclproto.h | 5 | ||||
| -rw-r--r-- | include/libaccess/aclstruct.h | 5 | ||||
| -rw-r--r-- | include/libaccess/attrec.h | 5 | ||||
| -rw-r--r-- | include/libaccess/authdb.h | 5 | ||||
| -rw-r--r-- | include/libaccess/dbtlibaccess.h | 5 | ||||
| -rw-r--r-- | include/libaccess/dnfstruct.h | 5 | ||||
| -rw-r--r-- | include/libaccess/ipfstruct.h | 5 | ||||
| -rw-r--r-- | include/libaccess/las.h | 5 | ||||
| -rw-r--r-- | include/libaccess/ldapacl.h | 5 | ||||
| -rw-r--r-- | include/libaccess/nsauth.h | 5 | ||||
| -rw-r--r-- | include/libaccess/nsautherr.h | 5 | ||||
| -rw-r--r-- | include/libaccess/nserror.h | 5 | ||||
| -rw-r--r-- | include/libaccess/symbols.h | 5 | ||||
| -rw-r--r-- | include/libaccess/userauth.h | 5 | ||||
| -rw-r--r-- | include/libaccess/usi.h | 5 | ||||
| -rw-r--r-- | include/libaccess/usrcache.h | 5 |
20 files changed, 100 insertions, 0 deletions
diff --git a/include/libaccess/acl.h b/include/libaccess/acl.h index 253fa4f8..c3f61eaa 100644 --- a/include/libaccess/acl.h +++ b/include/libaccess/acl.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef ACL_HEADER #define ACL_HEADER diff --git a/include/libaccess/aclerror.h b/include/libaccess/aclerror.h index 771ffeb7..add1d000 100644 --- a/include/libaccess/aclerror.h +++ b/include/libaccess/aclerror.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __aclerror_h #define __aclerror_h diff --git a/include/libaccess/acleval.h b/include/libaccess/acleval.h index ce9750e5..15e1f5e0 100644 --- a/include/libaccess/acleval.h +++ b/include/libaccess/acleval.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __acleval_h #define __acleval_h diff --git a/include/libaccess/aclglobal.h b/include/libaccess/aclglobal.h index 0ddd06ee..bd903502 100644 --- a/include/libaccess/aclglobal.h +++ b/include/libaccess/aclglobal.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + /* ** Header file containing global data elements. These are duplicated ** when a cache flush is done. diff --git a/include/libaccess/aclproto.h b/include/libaccess/aclproto.h index 57f8137e..68ef3d80 100644 --- a/include/libaccess/aclproto.h +++ b/include/libaccess/aclproto.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef ACL_PROTO_HEADER #define ACL_PROTO_HEADER diff --git a/include/libaccess/aclstruct.h b/include/libaccess/aclstruct.h index 7e9c7a30..6d464ffc 100644 --- a/include/libaccess/aclstruct.h +++ b/include/libaccess/aclstruct.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __aclstruct_h #define __aclstruct_h diff --git a/include/libaccess/attrec.h b/include/libaccess/attrec.h index 09fd9f68..21a6a57b 100644 --- a/include/libaccess/attrec.h +++ b/include/libaccess/attrec.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __attrec_h #define __attrec_h diff --git a/include/libaccess/authdb.h b/include/libaccess/authdb.h index 97c2e5a6..34588c8a 100644 --- a/include/libaccess/authdb.h +++ b/include/libaccess/authdb.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef AUTHDB_H #define AUTHDB_H diff --git a/include/libaccess/dbtlibaccess.h b/include/libaccess/dbtlibaccess.h index dc902675..1bc39824 100644 --- a/include/libaccess/dbtlibaccess.h +++ b/include/libaccess/dbtlibaccess.h @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #define LIBRARY_NAME "libaccess" static char dbtlibaccessid[] = "$DBT: libaccess referenced v1 $"; diff --git a/include/libaccess/dnfstruct.h b/include/libaccess/dnfstruct.h index 2c2502d7..f87ea0e5 100644 --- a/include/libaccess/dnfstruct.h +++ b/include/libaccess/dnfstruct.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __dnfstruct_h #define __dnfstruct_h diff --git a/include/libaccess/ipfstruct.h b/include/libaccess/ipfstruct.h index 37d1d7c6..d67bbbe1 100644 --- a/include/libaccess/ipfstruct.h +++ b/include/libaccess/ipfstruct.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __ipfstruct_h #define __ipfstruct_h diff --git a/include/libaccess/las.h b/include/libaccess/las.h index c2127f83..2e5673d7 100644 --- a/include/libaccess/las.h +++ b/include/libaccess/las.h @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #ifndef ACL_LAS_HEADER #define ACL_LAS_HEADER diff --git a/include/libaccess/ldapacl.h b/include/libaccess/ldapacl.h index 881d42b3..39731e61 100644 --- a/include/libaccess/ldapacl.h +++ b/include/libaccess/ldapacl.h @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #ifndef ACL_AUTH_H #define ACL_AUTH_H diff --git a/include/libaccess/nsauth.h b/include/libaccess/nsauth.h index 360485db..b859fae7 100644 --- a/include/libaccess/nsauth.h +++ b/include/libaccess/nsauth.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __nsauth_h #define __nsauth_h diff --git a/include/libaccess/nsautherr.h b/include/libaccess/nsautherr.h index a73b6539..325e0373 100644 --- a/include/libaccess/nsautherr.h +++ b/include/libaccess/nsautherr.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __nsautherr_h #define __nsautherr_h diff --git a/include/libaccess/nserror.h b/include/libaccess/nserror.h index b09d04f4..f6b5ef2a 100644 --- a/include/libaccess/nserror.h +++ b/include/libaccess/nserror.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __nserror_h #define __nserror_h diff --git a/include/libaccess/symbols.h b/include/libaccess/symbols.h index 7a30f28a..73d04a49 100644 --- a/include/libaccess/symbols.h +++ b/include/libaccess/symbols.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __symbols_h #define __symbols_h diff --git a/include/libaccess/userauth.h b/include/libaccess/userauth.h index 3766d26a..6dd19fad 100644 --- a/include/libaccess/userauth.h +++ b/include/libaccess/userauth.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef USERAUTH_H #define USERAUTH_H diff --git a/include/libaccess/usi.h b/include/libaccess/usi.h index 2a51d85b..7649819c 100644 --- a/include/libaccess/usi.h +++ b/include/libaccess/usi.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifndef __usi_h #define __usi_h diff --git a/include/libaccess/usrcache.h b/include/libaccess/usrcache.h index 5021b0bb..dfb73a1a 100644 --- a/include/libaccess/usrcache.h +++ b/include/libaccess/usrcache.h @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #ifndef ACL_USER_CACHE_H #define ACL_USER_CACHE_H |
