mirror of
https://github.com/rd235/cado
synced 2025-01-14 14:46:14 +01:00
Davide Berardi
f74176b388
Now a variable is used for the spool file and the installation process is less verbose.
14 lines
290 B
C
14 lines
290 B
C
/* This file has been automatically generated. Do not edit. */
|
|
#ifndef _CADO_PATHS_H
|
|
#define _CADO_PATHS_H
|
|
|
|
#include <config.h>
|
|
|
|
/* Spool directory path */
|
|
#define SPOOL_DIR CADO_SPOOL_DIR
|
|
|
|
/* Cado temporary exe directory path */
|
|
#define CADO_EXE_DIR "/tmp"
|
|
|
|
#endif /* _SCADO_PATHS_H */
|