--- include/Attic/ldap_config.h.in 1999/06/17 01:54:26 1.1 +++ include/Attic/ldap_config.h.in 2000/06/13 17:57:15 1.1.8.2 @@ -1,5 +1,6 @@ +/* $OpenLDAP: pkg/ldap/include/ldap_config.h.in,v 1.4 2000/05/13 00:26:27 kurt Exp $ */ /* - * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * * Redistribution and use in source and binary forms are permitted only @@ -18,7 +19,11 @@ /* directory separator */ #ifndef LDAP_DIRSEP +#ifndef _WIN32 #define LDAP_DIRSEP "/" +#else +#define LDAP_DIRSEP "\\" +#endif #endif /* directories */