X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsys-file.h;fp=src%2Fdata%2Fsys-file.h;h=0000000000000000000000000000000000000000;hb=63c7521729b947ace9e192dff9330813ecfb5812;hp=7a582c05f44691414849dade40405c3e31db0b59;hpb=7eeac30440dc09a42ee869b69263a8879bbb3ff8;p=pspp diff --git a/src/data/sys-file.h b/src/data/sys-file.h deleted file mode 100644 index 7a582c05f4..0000000000 --- a/src/data/sys-file.h +++ /dev/null @@ -1,28 +0,0 @@ -/* PSPP - a program for statistical analysis. - Copyright (C) 2013 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - -#ifndef SYS_FILE_H -#define SYS_FILE_H 1 - -/* System file compression format. */ -enum sfm_compression - { - SFM_COMP_NONE, /* No compression. */ - SFM_COMP_SIMPLE, /* Bytecode compression of integer values. */ - SFM_COMP_ZLIB /* ZLIB "deflate" compression. */ - }; - -#endif /* sys-file.h */