Searched refs:COMPRESS (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dconfig.h158 * If COMPRESS is defined, it should contain the full path name of your
160 * simpler byte-stream compression internally. Both COMPRESS and
163 * COMPRESS; other ports should be able to uncompress save files a
165 * If you define COMPRESS, you must also define COMPRESS_EXTENSION
173 #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */
176 /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */
180 #ifndef COMPRESS
H A Dvmsconf.h56 #ifdef COMPRESS
57 # undef COMPRESS macro
H A Dunixconf.h201 #ifdef COMPRESS
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dconfig.h158 * If COMPRESS is defined, it should contain the full path name of your
160 * simpler byte-stream compression internally. Both COMPRESS and
163 * COMPRESS; other ports should be able to uncompress save files a
165 * If you define COMPRESS, you must also define COMPRESS_EXTENSION
173 #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */
176 /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */
180 #ifndef COMPRESS
H A Dvmsconf.h56 #ifdef COMPRESS
57 # undef COMPRESS macro
H A Dunixconf.h201 #ifdef COMPRESS
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixunix.c209 # ifdef COMPRESS
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixunix.c209 # ifdef COMPRESS
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c153 #ifdef COMPRESS
1054 #ifdef COMPRESS
1104 args[0] = COMPRESS;
1216 #endif /* COMPRESS */
1223 #ifndef COMPRESS
1238 #ifndef COMPRESS
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c153 #ifdef COMPRESS
1054 #ifdef COMPRESS
1104 args[0] = COMPRESS;
1216 #endif /* COMPRESS */
1223 #ifndef COMPRESS
1238 #ifndef COMPRESS

Completed in 99 milliseconds