X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fzip-reader.h;h=ccb1ef39f1bd25d3e5cf9b34f2135e9675d20387;hb=00aad3b983774328140a04436d7d6ae7925fec97;hp=966bd5990f25adf1cc37c0879fad05aba3038b4e;hpb=551202adbc334f9c33f8290a4e407b422651bbd5;p=pspp diff --git a/src/libpspp/zip-reader.h b/src/libpspp/zip-reader.h index 966bd5990f..ccb1ef39f1 100644 --- a/src/libpspp/zip-reader.h +++ b/src/libpspp/zip-reader.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 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 @@ -26,9 +26,7 @@ struct string; enum compression { COMPRESSION_STORED = 0, -#if HAVE_ZLIB_H COMPRESSION_INFLATE, -#endif n_COMPRESSION };