// @configure_input@ // // System control file. // This file is part of the libecc package. // // Copyright (C) 2002, 2004, by // // Carlo Wood, Run on IRC // RSA-1024 0x624ACAD5 1997-01-26 Sign & Encrypt // Fingerprint16 = 32 EC A7 B6 AC DB 65 A6 F6 F6 55 DD 1C DC FF 61 // // 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 2 // 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, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // // // NOTE: // // This header file was generated with the `configure' script of libecc-@VERSION@ // If you change your system header files (like glibc or kernel header) // it might be needed to regenerate it. // /** \file sys.h */ #ifndef LIBECC_SYS_H #define LIBECC_SYS_H // // Compilers and preprocessor used. Put here to cause a recompile when changed. // CC : @CC_FINGER_PRINT@ // CXX : @CXX_FINGER_PRINT@ // CXXCPP: @CXXCPP_FINGER_PRINT@ // #ifdef HAVE_CONFIG_H #include "../config.h" #endif // See http://libcwd.sourceforge.net/reference-manual/preparation.html #ifdef CWDEBUG #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif #include #endif #endif /* LIBECC_SYS_H */