2012-01-15 01:21:48 +04:00
|
|
|
/* $NetBSD: limits.h,v 1.7 2012/01/14 21:21:48 reinoud Exp $ */
|
2007-12-29 17:38:30 +03:00
|
|
|
|
2011-09-03 18:23:49 +04:00
|
|
|
/*
|
2012-01-15 01:21:48 +04:00
|
|
|
* Automatically generated by ./genheaders.sh on Sat Jan 14 22:20:59 CET 2012
|
2011-09-03 18:23:49 +04:00
|
|
|
* Do not modify directly!
|
2007-12-29 17:38:30 +03:00
|
|
|
*/
|
2011-09-03 18:23:49 +04:00
|
|
|
#ifndef _USERMODE_LIMITS_H
|
|
|
|
#define _USERMODE_LIMITS_H
|
2007-12-29 17:38:30 +03:00
|
|
|
|
2011-09-03 18:23:49 +04:00
|
|
|
#if defined(__i386__)
|
|
|
|
#include "../../i386/include/limits.h"
|
|
|
|
#elif defined(__x86_64__)
|
|
|
|
#include "../../amd64/include/limits.h"
|
|
|
|
#else
|
|
|
|
#error port me
|
|
|
|
#endif
|
2007-12-29 17:38:30 +03:00
|
|
|
|
2011-09-03 18:23:49 +04:00
|
|
|
#endif
|