1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Update Nyquist to v3.09.

This commit is contained in:
Leland Lucius
2015-04-07 22:10:17 -05:00
parent f88b27e6d8
commit 9fb0ce5b82
358 changed files with 26327 additions and 7043 deletions

View File

@@ -193,5 +193,20 @@
*/
#define NYQUIST 1
/* If SAFE_NYQUIST is defined, Nyquist will prevent:
* - writes anywhere except in the directory tree
* named after the -w flag (if any) on the command
* line
* - play sounds or open the audio input or output
* - any networking functions.
*/
/* If SECURE_NYQUIST is defined, Nyquist will
* not read anywhere except in the directory forest
* given by the initial search path (XLISPPATH) and
* by a path list following -r on the command line
* (if any).
*/
#include "swlogic.h"