home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 12 / MA_Cover_12.iso / source / profipacket / acconfig.h next >
Encoding:
Text File  |  1999-05-26  |  1.6 KB  |  69 lines

  1. /*ProfiPacket - packet radio terminal program
  2.   Copyright (C) 1999  Alexander Feigl
  3.  
  4.   This program is free software; you can redistribute it and/or modify
  5.   it under the terms of the GNU General Public License as published by
  6.   the Free Software Foundation; either version 2 of the License, or
  7.   (at your option) any later version.
  8.  
  9.   This program is distributed in the hope that it will be useful,
  10.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.   GNU General Public License for more details.
  13.  
  14.   You should have received a copy of the GNU General Public License
  15.   along with this program; if not, write to the Free Software
  16.   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  17.  
  18.   Author:
  19.  
  20.   Alexander Feigl
  21.   Burachstraße 51
  22.  
  23.   D-88250 Weingarten
  24.  
  25.   Mail : Alexander.Feigl@gmx.de
  26. */
  27.  
  28. /* Define if the C++ compiler supports BOOL */
  29. #undef HAVE_BOOL
  30.  
  31. #undef VERSION
  32.  
  33. #undef PACKAGE
  34.  
  35. /* defines if having libgif (always 1) */
  36. #undef HAVE_LIBGIF
  37.  
  38. /* defines if having libjpeg (always 1) */
  39. #undef HAVE_LIBJPEG
  40.  
  41. /* defines which to take for ksize_t */
  42. #undef ksize_t
  43.  
  44. /* define if you have setenv */
  45. #undef HAVE_FUNC_SETENV
  46.  
  47. /* Define to 1 if NLS is requested.  */
  48. #undef ENABLE_NLS
  49.  
  50. /* Define as 1 if you have the stpcpy function.  */
  51. #undef HAVE_STPCPY
  52.  
  53. /* Define if your locale.h file contains LC_MESSAGES.  */
  54. #undef HAVE_LC_MESSAGES    
  55.  
  56. /* Define if you need the GNU extensions to compile */
  57. #undef _GNU_SOURCE
  58.  
  59. #undef HAVE_GETHOSTNAME
  60. #undef HAVE_GETDOMAINNAME
  61.  
  62. #undef AmigaOS
  63. #undef LINUX
  64. #undef DISABLE_BBS
  65. #undef WITH_KDE
  66.  
  67. #undef HAVE_LIBPNG
  68. #undef HAVE_LIBZ
  69.