X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fac%2Falloca.h;h=5fdcfc3f3516344f7b1ec1dd539c2ebe77793c9d;hb=db9130b6a723bfd56da90e929c2397379ee21741;hp=20c3c3732e221174314ea453d168b404045f8c4a;hpb=657959b04da760b00959bb0b53eceb2b3c022f89;p=openldap diff --git a/include/ac/alloca.h b/include/ac/alloca.h index 20c3c3732e..5fdcfc3f35 100644 --- a/include/ac/alloca.h +++ b/include/ac/alloca.h @@ -1,18 +1,25 @@ /* Generic alloca.h */ -/* $Id$ */ -/* - * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA +/* $OpenLDAP$ */ +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2004 The OpenLDAP Foundation. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted only - * as authorized by the OpenLDAP Public License. A copy of this - * license is available at http://www.OpenLDAP.org/license.html or - * in file LICENSE in the top-level directory of the distribution. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. + * + * A copy of this license is available in file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ #ifndef _AC_ALLOCA_H #define _AC_ALLOCA_H +/* + * use of alloca is disallowed as it is machine dependent + */ #error "alloca() not supported, use malloc()" /* AIX requires this to be the first thing in the file. */