diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-05-01 00:57:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-05-01 00:57:08 +0000 |
commit | d7200a82581f47f143f3603d4db3a7229fdc73aa (patch) | |
tree | ff08c2be41d3fa4fec791263b065d4ac4677bba2 /sysutils/policykit/files/patch-config.h.in | |
parent | - Add entries for irc/undernet-ircu (diff) |
Update to 0.8, and fix a problem where policy updates were not processed
dynamically.
Diffstat (limited to 'sysutils/policykit/files/patch-config.h.in')
-rw-r--r-- | sysutils/policykit/files/patch-config.h.in | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/sysutils/policykit/files/patch-config.h.in b/sysutils/policykit/files/patch-config.h.in index b8cb8f384d74..bfe150f60d3a 100644 --- a/sysutils/policykit/files/patch-config.h.in +++ b/sysutils/policykit/files/patch-config.h.in @@ -1,5 +1,5 @@ ---- config.h.in.orig 2007-11-30 20:43:35.000000000 -0500 -+++ config.h.in 2007-12-24 14:47:06.000000000 -0500 +--- config.h.in.orig 2008-04-08 16:24:43.000000000 -0400 ++++ config.h.in 2008-04-18 01:07:15.000000000 -0400 @@ -24,6 +24,18 @@ /* Define to 1 if you have the `getgrouplist' function. */ #undef HAVE_GETGROUPLIST @@ -19,7 +19,17 @@ /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT -@@ -117,6 +129,12 @@ +@@ -57,6 +69,9 @@ + /* Is this a Solaris system? */ + #undef HAVE_SOLARIS + ++/* Is this a FreeBSD system? */ ++#undef HAVE_FREEBSD ++ + /* Define to 1 if you have the <stdint.h> header file. */ + #undef HAVE_STDINT_H + +@@ -120,6 +135,12 @@ /* Define if pam_strerror takes two arguments */ #undef PAM_STRERROR_TWO_ARGS |