--- include/Attic/lber_types.nt 1999/08/30 23:17:01 1.2 +++ include/Attic/lber_types.nt 1999/11/08 14:39:00 1.3 @@ -1,4 +1,4 @@ -/* $OpenLDAP$ */ +/* $OpenLDAP: pkg/ldap/include/lber_types.nt,v 1.2 1999/08/30 23:17:01 kdz Exp $ */ /* * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. @@ -10,11 +10,12 @@ */ /* - * LBER types for Windows NT + * LBER types for Windows NT (and Win32) + * copied by setup.mak to lber_types.h (when confingure is not used). */ -#ifndef _LBER_TYPES_H_NT -#define _LBER_TYPES_H_NT +#ifndef _LBER_TYPES_H +#define _LBER_TYPES_H /* * NT types: @@ -41,4 +42,4 @@ /* LBER lengths - 32 bits or larger*/ #define LBER_LEN_T int -#endif /* _LBER_TYPES_H_NT */ +#endif /* _LBER_TYPES_H */