Update DIRSEP handling (temporary, should be handled by autoconf)

This commit is contained in:
Kurt Zeilenga 1999-05-29 18:58:45 +00:00
parent fbc0bd013e
commit de7db04d0c

View file

@ -31,6 +31,9 @@
* SHARED DEFINITIONS
* These are shared with Makefile and should not change via configure
*/
#ifndef DIRSEP
#define DIRSEP "/"
#endif
#define DEFAULT_BINDIR "%BINDIR%"
#define DEFAULT_SBINDIR "%SBINDIR%"
#define DEFAULT_DATADIR "%DATADIR%"