Skip to content
Snippets Groups Projects
Commit de7db04d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent fbc0bd01
No related branches found
No related tags found
No related merge requests found
......@@ -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%"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment