00001 // include/libecc/timestamp-config.h. Generated from config.h.in by configure. 00009 // 00010 // This file is part of the libecc package. 00011 // Copyright (C) 2002, by 00012 // 00013 // Carlo Wood, Run on IRC <carlo@alinoe.com> 00014 // RSA-1024 0x624ACAD5 1997-01-26 Sign & Encrypt 00015 // Fingerprint16 = 32 EC A7 B6 AC DB 65 A6 F6 F6 55 DD 1C DC FF 61 00016 // 00017 // This program is free software; you can redistribute it and/or 00018 // modify it under the terms of the GNU General Public License 00019 // as published by the Free Software Foundation; either version 2 00020 // of the License, or (at your option) any later version. 00021 // 00022 // This program is distributed in the hope that it will be useful, 00023 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00024 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00025 // GNU General Public License for more details. 00026 // 00027 // You should have received a copy of the GNU General Public License 00028 // along with this program; if not, write to the Free Software 00029 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00030 00031 #ifndef LIBECC_CONFIG_H 00032 #define LIBECC_CONFIG_H 00033 00034 // 00035 // DO NOT CHANGE THIS FILE 00036 // 00037 // The defines in this file are configuration options chosen during 00038 // compilation of libecc. To change these options, run `configure' 00039 // with the appropriate commandline options (Use `configure --help' 00040 // for more details). 00041 // 00042 00087 #define ECC_DEBUG 0 00088 00107 #define ECC_DEBUGOUTPUT (ECC_DEBUG && 1) 00108 00109 // 00110 // autoconf defines that are needed. 00111 // 00112 00113 // We don't have assembly code for 64bit (yet). 00114 #define ECC_USEMMX (defined(__i386__) && 1) 00115 #define ECC_BITS (8 * 8) 00116 00117 #endif // LIBECC_CONFIG_H