summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-31 09:55:34 +1100
committerDamien Miller <djm@mindrot.org>1999-12-31 09:55:34 +1100
commitaa7b64d98af7029d4e28d36f6daba564fce0d9a8 (patch)
tree0f402a6b47bf66046bd05b6ac18d2faf1878ca09 /defines.h
parente7f626c8f13d52acdfc30391c68db312e9eddedf (diff)
downloadopenssh-git-aa7b64d98af7029d4e28d36f6daba564fce0d9a8.tar.gz
- Remove test for quad_t. No longer needed.
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/defines.h b/defines.h
index fdd37bb8..2a265595 100644
--- a/defines.h
+++ b/defines.h
@@ -98,13 +98,6 @@ typedef unsigned long long int u_int64_t;
# endif
#endif
-/* If quad_t is not supplied, then supply it now. We can rely on int64_t */
-/* being defined by the above */
-#ifndef HAVE_QUAD_T
-typedef int64_t quad_t;
-# define HAVE_QUAD_T
-#endif
-
#ifndef HAVE_SOCKLEN_T
typedef unsigned int socklen_t;
# define HAVE_SOCKLEN_T