version 1.7, 1999/11/26 22:32:20
|
version 1.8, 1999/11/28 01:14:09
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/include/lber_types.nt,v 1.6 1999/11/25 16:10:52 kdz Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/lber_types.nt,v 1.7 1999/11/26 22:32:20 kdz Exp $ */ |
/* |
/* |
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA |
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA |
* All rights reserved. |
* All rights reserved. |
Line 26 LDAP_BEGIN_DECL
|
Line 26 LDAP_BEGIN_DECL
|
* |
* |
* bitsof(short) == 2 |
* bitsof(short) == 2 |
* bitsof(int) == 4 |
* bitsof(int) == 4 |
* bitsof(long) == 4 /* or larger */ |
* bitsof(long) == 4 (or larger) |
* |
* |
* typedef unsigned int size_t; |
* typedef unsigned int size_t; |
* typedef unsigned int SOCKET; |
* typedef unsigned int SOCKET; |