/* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ // $Id: config.h,v 1.1.1.1 2001/10/05 15:35:56 cleve Exp $ -*- C++ -*- // General configuration file. // Copyright (C) 1995-1999 Technische Universitaet Braunschweig, Germany. // Copyright (C) 2000 Universitaet Passau, Germany. // Written by Andreas Zeller . // // This file is part of DDD. // // DDD 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. // // DDD 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 DDD -- see the file COPYING. // If not, write to the Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // // DDD is the data display debugger. // For details, see the DDD World-Wide-Web page, // http://www.gnu.org/software/ddd/, // or send a mail to the DDD developers . #ifndef _DDD_config_h #define _DDD_config_h /* Define to the type of elements in the array set by `getgroups'. Usually this is either `int' or `gid_t'. */ #define GETGROUPS_T gid_t /* Define if the `getpgrp' function takes no argument. */ #define GETPGRP_VOID 1 /* Define to `int' if doesn't define. */ /* #undef gid_t */ /* Define if you have that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 /* Define to `int' if doesn't define. */ /* #undef mode_t */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if the `setpgrp' function takes no argument. */ #define SETPGRP_VOID 1 /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Define to `int' if doesn't define. */ /* #undef uid_t */ /* Define if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* Define if lex declares yytext as a char * by default, not a char[]. */ #define YYTEXT_POINTER 1 /* Define if your C++ compiler has ANSI-compliant lifetime of temporaries. */ #define HAVE_ANSI_LIFETIME_OF_TEMPORARIES 1 /* Define if your C++ compiler supports explicit template instantiation. */ /* #undef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION */ /* Define if your C++ compiler supports overloaded operator new[]. */ #define HAVE_ARRAY_OPERATOR_NEW 1 /* Define if you have the X Athena widgets. */ #define HAVE_ATHENA 1 /* Define if your C++ compiler supports bool types. */ #define HAVE_BOOL 1 /* Define if your C++ compiler supports the mutable keyword. */ #define HAVE_MUTABLE 1 /* Define if your C++ compiler supports the explicit keyword. */ #define HAVE_EXPLICIT 1 /* Define if your C++ compiler supports exception handling. */ #define HAVE_EXCEPTIONS 1 /* Define if your C++ compiler supports ISO C++ standard exceptions. */ #define HAVE_STD_EXCEPTIONS 1 /* Define if your C++ compiler supports namespaces. */ #define HAVE_NAMESPACE 1 /* Define if your C++ compiler supports run-time type information. */ #define HAVE_TYPEINFO 1 /* Define if defines CORE_MAGIC to identify core files. */ /* #undef HAVE_CORE_MAGIC */ /* Define if ptrace() supports a PTRACE_DUMPCORE request to dump core files. */ /* #undef HAVE_PTRACE_DUMPCORE */ /* Define if your C++ library has an ostrstream::frozen() function. */ #define HAVE_FROZEN_OSTRSTREAM 1 /* Define if your C++ library has an ostrstreambuf::frozen() function. */ #define HAVE_FROZEN_OSTRSTREAMBUF 1 /* Define if your C++ library has an ostrstream::freeze() function. */ #define HAVE_FREEZE_OSTRSTREAM 1 /* Define if your C++ library has an ostrstreambuf::freeze() function. */ #define HAVE_FREEZE_OSTRSTREAMBUF 1 /* Define if your C++ compiler supports long long types. */ #define HAVE_LONG_LONG 1 /* Define if MAXPATHLEN is defined or declared in . */ #define HAVE_MAXPATHLEN 1 /* Define if the streampos type is defined or declared in . */ #define HAVE_STREAMPOS 1 /* Define if you have the XP library (X11R6.3 print server). Required by Motif 2.1 and later. */ #define HAVE_XP 1 /* Define if you have the XPM library. */ #define HAVE_XPM 1 /* Define if you have Motif widgets. */ #define HAVE_MOTIF 1 /* Define if the Motif library defines xmUseVersion */ #define HAVE_XMUSEVERSION 1 /* Define if the Motif library defines XmInstallImage */ #define HAVE_XMINSTALLIMAGE 1 /* Define if the Motif library defines Xm21InstallImage */ /* #undef HAVE_XM21INSTALLIMAGE */ /* Define if your C++ compiler supports named return values. */ #define HAVE_NAMED_RETURN_VALUES 1 /* Define if PATH_MAX is defined or declared in . */ #define HAVE_PATH_MAX 1 /* Define if your C++ compiler supports placement new. */ #define HAVE_PLACEMENT_NEW 1 /* Define if _POSIX_PATH_MAX is defined or declared in . */ #define HAVE_POSIX_PATH_MAX 1 /* Define if your C++ compiler supports the __PRETTY_FUNCTION__ macro. */ #define HAVE_PRETTY_FUNCTION 1 /* Define if the regex_t type has a n_subexps member, as in GNU RX 1.0 */ /* #undef HAVE_REGEX_T_N_SUBEXPS */ /* Define if the regex_t type has a re_nsub member, according to POSIX.2 */ #define HAVE_REGEX_T_RE_NSUB 1 /* Define if Motif selection dialogs own their selection list, i.e. it must not be freed after setting. */ /* #undef MOTIF_DIALOGS_OWN_SELECTION_LIST */ /* Define if ostrstream::pcount() is increased by 1 after accessing the string via ostrstream::str(), as in the SGI C++ I/O library. */ /* #undef OSTRSTREAM_PCOUNT_BROKEN */ /* Define to the signal handler type accepted by signal(). See the signal man page and the decl in for the exact type. Typically values are int, ..., and int .... */ #define SIGHANDLERARGS ... /* Define if regcomp() from does not work. */ /* #undef REGCOMP_BROKEN */ /* Define if you want support for runtime-compiled regexps. Required in ICE; not needed in DDD. */ #define WITH_RUNTIME_REGEX 0 /* Define if you want regexps to be compiled at runtime. Default in DDD 2.1 and earlier. Requires ~30% more memory; slightly slower, too. Requires WITH_RUNTIME_REGEX to be set. Required in ICE. */ #define RUNTIME_REGEX 0 /* Define if you want the manual to be compiled into the executable. */ /* #undef WITH_BUILTIN_MANUAL */ /* Define if you want the DDD news to be compiled into the executable. */ /* #undef WITH_BUILTIN_NEWS */ /* Define if you want the DDD license to be compiled into the executable. */ /* #undef WITH_BUILTIN_LICENSE */ /* Define if you want the DDD VSL library to be compiled into DDD. */ /* #undef WITH_BUILTIN_VSLLIB */ /* Define if you want the app-defaults file to be compiled into the executable. */ /* #undef WITH_BUILTIN_APP_DEFAULTS */ /* Define if you have the _getpty function. */ /* #undef HAVE__GETPTY */ /* Define if you have the alloca function. */ /* #undef HAVE_ALLOCA */ /* Define if you have the asctime function. */ #define HAVE_ASCTIME 1 /* Define if you have the clock function. */ #define HAVE_CLOCK 1 /* Define if you have the difftime function. */ #define HAVE_DIFFTIME 1 /* Define if you have the dup2 function. */ #define HAVE_DUP2 1 /* Define if you have the endpwent function. */ #define HAVE_ENDPWENT 1 /* Define if you have the fcntl function. */ #define HAVE_FCNTL 1 /* Define if you have the ftime function. */ #define HAVE_FTIME 1 /* Define if you have the gethostbyname function. */ #define HAVE_GETHOSTBYNAME 1 /* Define if you have the gethostname function. */ #define HAVE_GETHOSTNAME 1 /* Define if you have the getpt function. */ #define HAVE_GETPT 1 /* Define if you have the getpty function. */ /* #undef HAVE_GETPTY */ /* Define if you have the getrlimit function. */ #define HAVE_GETRLIMIT 1 /* Define if you have the getrusage function. */ #define HAVE_GETRUSAGE 1 /* Define if you have the getwd function. */ #define HAVE_GETWD 1 /* Define if you have the grantpt function. */ #define HAVE_GRANTPT 1 /* Define if you have the hypot function. */ #define HAVE_HYPOT 1 /* Define if you have the ioctl function. */ #define HAVE_IOCTL 1 /* Define if you have the link function. */ #define HAVE_LINK 1 /* Define if you have the lstat function. */ #define HAVE_LSTAT 1 /* Define if you have the malloc function. */ #define HAVE_MALLOC 1 /* Define if you have the memcpy function. */ #define HAVE_MEMCPY 1 /* Define if you have the memset function. */ #define HAVE_MEMSET 1 /* Define if you have the pclose function. */ #define HAVE_PCLOSE 1 /* Define if you have the popen function. */ #define HAVE_POPEN 1 /* Define if you have the ptrace function. */ #define HAVE_PTRACE 1 /* Define if you have the ptsname function. */ #define HAVE_PTSNAME 1 /* Define if you have the raise function. */ #define HAVE_RAISE 1 /* Define if you have the rand function. */ #define HAVE_RAND 1 /* Define if you have the random function. */ #define HAVE_RANDOM 1 /* Define if you have the readlink function. */ #define HAVE_READLINK 1 /* Define if you have the regcomp function. */ #define HAVE_REGCOMP 1 /* Define if you have the regexec function. */ #define HAVE_REGEXEC 1 /* Define if you have the setbuf function. */ #define HAVE_SETBUF 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the setpgid function. */ #define HAVE_SETPGID 1 /* Define if you have the setpgrp function. */ #define HAVE_SETPGRP 1 /* Define if you have the setpgrp2 function. */ /* #undef HAVE_SETPGRP2 */ /* Define if you have the setpwent function. */ #define HAVE_SETPWENT 1 /* Define if you have the setrlimit function. */ #define HAVE_SETRLIMIT 1 /* Define if you have the setsid function. */ #define HAVE_SETSID 1 /* Define if you have the setvbuf function. */ #define HAVE_SETVBUF 1 /* Define if you have the sigblock function. */ #define HAVE_SIGBLOCK 1 /* Define if you have the sigprocmask function. */ #define HAVE_SIGPROCMASK 1 /* Define if you have the sigsetmask function. */ #define HAVE_SIGSETMASK 1 /* Define if you have the sigsuspend function. */ #define HAVE_SIGSUSPEND 1 /* Define if you have the srand function. */ #define HAVE_SRAND 1 /* Define if you have the srandom function. */ #define HAVE_SRANDOM 1 /* Define if you have the stat function. */ #define HAVE_STAT 1 /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 /* Define if you have the strftime function. */ #define HAVE_STRFTIME 1 /* Define if you have the strsignal function. */ #define HAVE_STRSIGNAL 1 /* Define if you have the strtod function. */ #define HAVE_STRTOD 1 /* Define if you have the strtol function. */ #define HAVE_STRTOL 1 /* Define if you have the strtoul function. */ #define HAVE_STRTOUL 1 /* Define if you have the symlink function. */ #define HAVE_SYMLINK 1 /* Define if you have the tcdrain function. */ #define HAVE_TCDRAIN 1 /* Define if you have the tcflow function. */ #define HAVE_TCFLOW 1 /* Define if you have the tcflush function. */ #define HAVE_TCFLUSH 1 /* Define if you have the tcgetattr function. */ #define HAVE_TCGETATTR 1 /* Define if you have the tcgetpgrp function. */ #define HAVE_TCGETPGRP 1 /* Define if you have the tcgetsid function. */ #define HAVE_TCGETSID 1 /* Define if you have the tcsendbreak function. */ #define HAVE_TCSENDBREAK 1 /* Define if you have the tcsetattr function. */ #define HAVE_TCSETATTR 1 /* Define if you have the tcsetpgrp function. */ #define HAVE_TCSETPGRP 1 /* Define if you have the times function. */ #define HAVE_TIMES 1 /* Define if you have the uname function. */ #define HAVE_UNAME 1 /* Define if you have the unlink function. */ #define HAVE_UNLINK 1 /* Define if you have the unlockpt function. */ #define HAVE_UNLOCKPT 1 /* Define if you have the waitpid function. */ #define HAVE_WAITPID 1 /* Define if you have the header file. */ #define HAVE_X11_XAW_FORM_H 1 /* Define if you have the header file. */ #define HAVE_X11_XAW_PANNER_H 1 /* Define if you have the header file. */ #define HAVE_X11_XAW_PORTHOLE_H 1 /* Define if you have the header file. */ #define HAVE_X11_XMU_EDITRES_H 1 /* Define if you have the header file. */ #define HAVE_X11_XPM_H 1 /* Define if you have the header file. */ #define HAVE_ALLOCA_H 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ #define HAVE_ELF_H 1 /* Define if you have the header file. */ #define HAVE_EXCEPTION 1 /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_LIBELF_H */ /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ #define HAVE_NETDB_H 1 /* Define if you have the header file. */ #define HAVE_PWD_H 1 /* Define if you have the header file. */ #define HAVE_REGEX_H 1 /* Define if you have the header file. */ /* #undef HAVE_RX_H */ /* Define if you have the header file. */ /* #undef HAVE_RXPOSIX_H */ /* Define if you have the header file. */ #define HAVE_STDEXCEPT 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_CORE_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_ELF_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_INT_TYPES_H */ /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PTRACE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_RESOURCE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_STROPTS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SYSMACROS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TERMIOS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIMEB_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_SYS_USER_H 1 /* Define if you have the header file. */ #define HAVE_SYS_UTSNAME_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_VTY_H */ /* Define if you have the header file. */ #define HAVE_TERMIO_H 1 /* Define if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ /* #undef HAVE_XPM_H */ /* Name of package */ #define PACKAGE "ddd" /* Version number of package */ #define VERSION "3.2.91" /* Define if _getpty is declared in unistd.h. */ /* #undef HAVE__GETPTY_DECL */ /* Define if alloca is declared in alloca.h stdlib.h. */ /* #undef HAVE_ALLOCA_DECL */ /* Define if asctime is declared in time.h. */ #define HAVE_ASCTIME_DECL 1 /* Define if clock is declared in time.h. */ #define HAVE_CLOCK_DECL 1 /* Define if difftime is declared in time.h. */ #define HAVE_DIFFTIME_DECL 1 /* Define if dup2 is declared in unistd.h. */ #define HAVE_DUP2_DECL 1 /* Define if endpwent is declared in pwd.h. */ #define HAVE_ENDPWENT_DECL 1 /* Define if fcntl is declared in fcntl.h. */ #define HAVE_FCNTL_DECL 1 /* Define if ftime is declared in sys/timeb.h. */ #define HAVE_FTIME_DECL 1 /* Define if gethostbyname is declared in netdb.h. */ #define HAVE_GETHOSTBYNAME_DECL 1 /* Define if gethostname is declared in unistd.h. */ #define HAVE_GETHOSTNAME_DECL 1 /* Define if getpt is declared in stdlib.h. */ /* #undef HAVE_GETPT_DECL */ /* Define if getpty is declared in unistd.h. */ /* #undef HAVE_GETPTY_DECL */ /* Define if getrlimit is declared in sys/resource.h. */ #define HAVE_GETRLIMIT_DECL 1 /* Define if getrusage is declared in sys/resource.h. */ #define HAVE_GETRUSAGE_DECL 1 /* Define if getwd is declared in unistd.h. */ #define HAVE_GETWD_DECL 1 /* Define if grantpt is declared in stdlib.h. */ /* #undef HAVE_GRANTPT_DECL */ /* Define if hypot is declared in math.h. */ #define HAVE_HYPOT_DECL 1 /* Define if ioctl is declared in unistd.h sys/ioctl.h. */ #define HAVE_IOCTL_DECL 1 /* Define if link is declared in unistd.h. */ #define HAVE_LINK_DECL 1 /* Define if lstat is declared in sys/stat.h. */ #define HAVE_LSTAT_DECL 1 /* Define if malloc is declared in stdlib.h. */ #define HAVE_MALLOC_DECL 1 /* Define if memcpy is declared in string.h. */ #define HAVE_MEMCPY_DECL 1 /* Define if memset is declared in string.h. */ #define HAVE_MEMSET_DECL 1 /* Define if pclose is declared in stdio.h. */ #define HAVE_PCLOSE_DECL 1 /* Define if popen is declared in stdio.h. */ #define HAVE_POPEN_DECL 1 /* Define if ptrace is declared in unistd.h sys/ptrace.h. */ #define HAVE_PTRACE_DECL 1 /* Define if ptsname is declared in stdlib.h. */ /* #undef HAVE_PTSNAME_DECL */ /* Define if raise is declared in signal.h. */ #define HAVE_RAISE_DECL 1 /* Define if rand is declared in stdlib.h. */ #define HAVE_RAND_DECL 1 /* Define if random is declared in stdlib.h. */ #define HAVE_RANDOM_DECL 1 /* Define if readlink is declared in unistd.h. */ #define HAVE_READLINK_DECL 1 /* Define if setbuf is declared in stdio.h. */ #define HAVE_SETBUF_DECL 1 /* Define if setlocale is declared in locale.h. */ #define HAVE_SETLOCALE_DECL 1 /* Define if setpgid is declared in unistd.h. */ #define HAVE_SETPGID_DECL 1 /* Define if setpgrp is declared in unistd.h. */ #define HAVE_SETPGRP_DECL 1 /* Define if setpgrp2 is declared in unistd.h. */ /* #undef HAVE_SETPGRP2_DECL */ /* Define if setpwent is declared in pwd.h. */ #define HAVE_SETPWENT_DECL 1 /* Define if setrlimit is declared in sys/resource.h. */ #define HAVE_SETRLIMIT_DECL 1 /* Define if setsid is declared in unistd.h. */ #define HAVE_SETSID_DECL 1 /* Define if setvbuf is declared in stdio.h. */ #define HAVE_SETVBUF_DECL 1 /* Define if sigblock is declared in signal.h. */ #define HAVE_SIGBLOCK_DECL 1 /* Define if sigprocmask is declared in signal.h. */ #define HAVE_SIGPROCMASK_DECL 1 /* Define if sigsetmask is declared in signal.h. */ #define HAVE_SIGSETMASK_DECL 1 /* Define if sigsuspend is declared in signal.h. */ #define HAVE_SIGSUSPEND_DECL 1 /* Define if srand is declared in stdlib.h. */ #define HAVE_SRAND_DECL 1 /* Define if srandom is declared in stdlib.h math.h. */ #define HAVE_SRANDOM_DECL 1 /* Define if stat is declared in sys/stat.h. */ #define HAVE_STAT_DECL 1 /* Define if strerror is declared in string.h. */ #define HAVE_STRERROR_DECL 1 /* Define if strftime is declared in time.h. */ #define HAVE_STRFTIME_DECL 1 /* Define if strsignal is declared in string.h. */ /* #undef HAVE_STRSIGNAL_DECL */ /* Define if strtod is declared in stdlib.h. */ #define HAVE_STRTOD_DECL 1 /* Define if strtol is declared in stdlib.h. */ #define HAVE_STRTOL_DECL 1 /* Define if strtoul is declared in stdlib.h. */ #define HAVE_STRTOUL_DECL 1 /* Define if symlink is declared in unistd.h. */ #define HAVE_SYMLINK_DECL 1 /* Define if tcdrain is declared in termios.h. */ #define HAVE_TCDRAIN_DECL 1 /* Define if tcflow is declared in termios.h. */ #define HAVE_TCFLOW_DECL 1 /* Define if tcflush is declared in termios.h. */ #define HAVE_TCFLUSH_DECL 1 /* Define if tcgetattr is declared in termios.h. */ #define HAVE_TCGETATTR_DECL 1 /* Define if tcgetpgrp is declared in unistd.h. */ #define HAVE_TCGETPGRP_DECL 1 /* Define if tcgetsid is declared in sys/termios.h. */ /* #undef HAVE_TCGETSID_DECL */ /* Define if tcsendbreak is declared in termios.h. */ #define HAVE_TCSENDBREAK_DECL 1 /* Define if tcsetattr is declared in termios.h. */ #define HAVE_TCSETATTR_DECL 1 /* Define if tcsetpgrp is declared in unistd.h. */ #define HAVE_TCSETPGRP_DECL 1 /* Define if times is declared in sys/times.h. */ #define HAVE_TIMES_DECL 1 /* Define if uname is declared in sys/utsname.h. */ #define HAVE_UNAME_DECL 1 /* Define if unlink is declared in unistd.h. */ #define HAVE_UNLINK_DECL 1 /* Define if unlockpt is declared in stdlib.h. */ /* #undef HAVE_UNLOCKPT_DECL */ /* Define if waitpid is declared in sys/wait.h. */ #define HAVE_WAITPID_DECL 1 #endif // _DDD_config_h // DON'T ADD ANYTHING BEHIND THIS #endif