version 1.3, 1999/08/30 23:17:01
|
version 1.4, 1999/10/27 02:41:38
|
Line 1
|
Line 1
|
/* $OpenLDAP$ */ |
/* $OpenLDAP: pkg/ldap/include/portable.nt,v 1.3 1999/08/30 23:17:01 kdz Exp $ */ |
/* include/portable.h.nt -- manually updated of MS NT (MS VC5) */ |
/* include/portable.h.nt -- manually updated of MS NT (MS VC5) */ |
/* synced with portable.h.in 1.24 */ |
/* synced with portable.h.in 1.24 */ |
/* |
/* |
Line 94 typedef char * caddr_t;
|
Line 94 typedef char * caddr_t;
|
/* we have <process.h> */ |
/* we have <process.h> */ |
#define HAVE_PROCESS_H 1 |
#define HAVE_PROCESS_H 1 |
|
|
|
/* we have <wincrypt.h> */ |
|
#define HAVE_WINCRYPT_H 1 |
|
|
#define LDAP_SIGUSR1 SIGILL |
#define LDAP_SIGUSR1 SIGILL |
#define LDAP_SIGUSR2 SIGTERM |
#define LDAP_SIGUSR2 SIGTERM |
|
|