-/* $OpenBSD: limits.h,v 1.13 2009/11/27 19:54:35 guenther Exp $ */
+/* $OpenBSD: limits.h,v 1.14 2015/04/30 13:42:08 millert Exp $ */
/* $NetBSD: limits.h,v 1.2 1996/04/12 01:38:25 cgd Exp $ */
/*
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.5 2009/11/27 19:54:35 guenther Exp $ */
+/* $OpenBSD: limits.h,v 1.6 2015/04/30 13:42:08 millert Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.6 2013/08/07 15:33:59 kettenis Exp $ */
+/* $OpenBSD: limits.h,v 1.7 2015/04/30 13:42:08 millert Exp $ */
/* $NetBSD: limits.h,v 1.4 2003/04/28 23:16:18 bjh21 Exp $ */
/*
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.13 2013/08/07 15:34:00 kettenis Exp $ */
+/* $OpenBSD: limits.h,v 1.14 2015/04/30 13:42:08 millert Exp $ */
/*
* Copyright (c) 1988, 1993
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.5 2013/08/07 15:34:00 kettenis Exp $ */
+/* $OpenBSD: limits.h,v 1.6 2015/04/30 13:42:08 millert Exp $ */
/*
* Copyright (c) 1988, 1993
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.13 2013/08/07 15:34:00 kettenis Exp $ */
+/* $OpenBSD: limits.h,v 1.14 2015/04/30 13:42:08 millert Exp $ */
/* $NetBSD: limits.h,v 1.11 1995/12/21 01:08:59 mycroft Exp $ */
/*
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.6 2013/08/07 15:34:01 kettenis Exp $ */
+/* $OpenBSD: limits.h,v 1.7 2015/04/30 13:42:08 millert Exp $ */
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.7 2011/03/23 16:54:36 pirofti Exp $ */
+/* $OpenBSD: limits.h,v 1.8 2015/04/30 13:42:08 millert Exp $ */
/*
* Copyright (c) 1988, 1993
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.17 2013/08/07 15:34:01 kettenis Exp $ */
+/* $OpenBSD: limits.h,v 1.18 2015/04/30 13:42:08 millert Exp $ */
/* $NetBSD: limits.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */
/*-
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.3 2013/08/07 15:34:01 kettenis Exp $ */
+/* $OpenBSD: limits.h,v 1.4 2015/04/30 13:42:08 millert Exp $ */
/* $NetBSD: limits.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */
/*-
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.13 2013/08/07 15:34:02 kettenis Exp $ */
+/* $OpenBSD: limits.h,v 1.14 2015/04/30 13:42:08 millert Exp $ */
/* $NetBSD: limits.h,v 1.7 1996/01/05 18:10:57 pk Exp $ */
/*
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.10 2009/11/27 19:54:35 guenther Exp $ */
+/* $OpenBSD: limits.h,v 1.11 2015/04/30 13:42:08 millert Exp $ */
/* $NetBSD: limits.h,v 1.8 2000/08/08 22:31:14 tshiozak Exp $ */
/*
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif
-/* $OpenBSD: limits.h,v 1.15 2013/08/07 15:34:02 kettenis Exp $ */
+/* $OpenBSD: limits.h,v 1.16 2015/04/30 13:42:08 millert Exp $ */
/* $NetBSD: limits.h,v 1.9 2000/03/07 19:33:01 kleink Exp $ */
/*
#include <sys/cdefs.h>
#if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef SIZE_MAX
-#define SIZE_MAX ULONG_MAX /* max value for a size_t */
-#endif
#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */
#endif