mirror of
https://github.com/rd235/cado
synced 2024-12-27 06:24:11 +01:00
12 lines
282 B
C
12 lines
282 B
C
/* This file has been automatically generated. Do not edit. */
|
|
#ifndef _CADO_PATHS_H
|
|
#define _CADO_PATHS_H
|
|
|
|
/* Spool directory path */
|
|
#define SPOOL_DIR "/usr/local/var/spool/cado"
|
|
|
|
/* Cado temporary exe directory path */
|
|
#define CADO_EXE_DIR "/tmp"
|
|
|
|
#endif /* _SCADO_PATHS_H */
|