summaryrefslogtreecommitdiff
path: root/packages/sudo/site
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-05-16 07:33:45 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-05-16 07:33:45 +0000
commit59ed852db39b2d4935aaaba6a7bce7fc8fb6abaf (patch)
treea4b5b0ecc871285fa34147e8a0d9da496f52fad8 /packages/sudo/site
parent27b8b3a5bc33b8c6bce70841bf2734c5c18baa9c (diff)
sudo 1.6.8p12: Redo the long long autoconf macros using what is in the
current sudo cvs, the previous version wasn't really correct. Should close #1462.
Diffstat (limited to 'packages/sudo/site')
-rw-r--r--packages/sudo/site/.mtn2git_empty0
-rw-r--r--packages/sudo/site/bit-322
-rw-r--r--packages/sudo/site/bit-642
3 files changed, 4 insertions, 0 deletions
diff --git a/packages/sudo/site/.mtn2git_empty b/packages/sudo/site/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/sudo/site/.mtn2git_empty
diff --git a/packages/sudo/site/bit-32 b/packages/sudo/site/bit-32
new file mode 100644
index 0000000000..9b7ca5c81b
--- /dev/null
+++ b/packages/sudo/site/bit-32
@@ -0,0 +1,2 @@
+# is sizeof(long long) == sizeof(long)
+sudo_cv_type_long_is_quad=${sudo_cv_type_long_is_quad=no}
diff --git a/packages/sudo/site/bit-64 b/packages/sudo/site/bit-64
new file mode 100644
index 0000000000..05846ff0aa
--- /dev/null
+++ b/packages/sudo/site/bit-64
@@ -0,0 +1,2 @@
+# is sizeof(long long) == sizeof(long)
+sudo_cv_type_long_is_quad=${sudo_cv_type_long_is_quad=yes}