Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a89df24b3c34782b2b9adf0ab690227f > files > 17

dyalog-1.11.3-1mdv2008.1.i586.rpm

/* Runtime/config.h.  Generated by configure.  */
/* Runtime/config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1

/* Define to 1 if you have the `atexit' function. */
#define HAVE_ATEXIT 1

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */

/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1

/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1

/* Define to 1 if you have the `gethostbyaddr' function. */
#define HAVE_GETHOSTBYADDR 1

/* Define to 1 if you have the `gethostbyname' function. */
#define HAVE_GETHOSTBYNAME 1

/* Define to 1 if you have the `getpagesize' function. */
#define HAVE_GETPAGESIZE 1

/* Define to 1 if you have the `inet_ntoa' function. */
#define HAVE_INET_NTOA 1

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the `dl' library (-ldl). */
#define HAVE_LIBDL 1

/* Define to 1 if you have the `gc' library (-lgc). */
#define HAVE_LIBGC 1

/* Define to 1 if you have the `history' library (-lhistory). */
/* #undef HAVE_LIBHISTORY */

/* Define to 1 if you have the <libintl.h> header file. */
#define HAVE_LIBINTL_H 1

/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1

/* Define to 1 if you have the `readline' library (-lreadline). */
/* #undef HAVE_LIBREADLINE */

/* Define to 1 if you have the <malloc.h> header file. */
#define HAVE_MALLOC_H 1

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if you have a working `mmap' system call. */
#define HAVE_MMAP 1

/* Define to 1 if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1

/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1

/* Define to 1 if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1

/* Define to 1 if you have the `socket' function. */
#define HAVE_SOCKET 1

/* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1

/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1

/* Define to 1 if you have the `strtol' function. */
#define HAVE_STRTOL 1

/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1

/* Define to 1 if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to 1 if you have the `vprintf' function. */
#define HAVE_VPRINTF 1

/* Define M_cygwin */
/* #undef M_cygwin */

/* Define M_darwin */
/* #undef M_darwin */

/* Define M_ix86 */
#define M_ix86 1

/* Define M_ix86_cygwin */
/* #undef M_ix86_cygwin */

/* Define M_ix86_darwin */
/* #undef M_ix86_darwin */

/* Define M_ix86_linux */
#define M_ix86_linux 1

/* Define M_linux */
#define M_linux 1

/* Define M_powerpc */
/* #undef M_powerpc */

/* Define M_powerpc_linux */
/* #undef M_powerpc_linux */

/* Define M_solaris */
/* #undef M_solaris */

/* Define M_sparc */
/* #undef M_sparc */

/* Define M_sparc_solaris */
/* #undef M_sparc_solaris */

/* Define M_sparc_sunos */
/* #undef M_sparc_sunos */

/* Define M_sunos */
/* #undef M_sunos */

/* Name of package */
#define PACKAGE "DyALog"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "Eric.De_La_Clergerie@inria.fr"

/* Define to the full name of this package. */
#define PACKAGE_NAME "DyALog"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "DyALog 1.11.3"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "DyALog"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.11.3"

/* Define to 1 if the C compiler supports function prototypes. */
#define PROTOTYPES 1

/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void

/* Define to 1 if the `setvbuf' function takes the buffering type as its
   second argument and the buffer pointer as the third, as on System V before
   release 3. */
/* #undef SETVBUF_REVERSED */


#ifndef STDC_HEADERS
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#endif

/* Define to 1 if your <sys/time.h> declares `struct tm'. */
/* #undef TM_IN_SYS_TIME */

/* Version number of package */
#define VERSION "1.11.3"

/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
   `char[]'. */
/* #undef YYTEXT_POINTER */

/* Define __DYALOG_INCLUDE_PATH__ */
#define __DYALOG_INCLUDE_PATH__ "/usr/lib/DyALog"

/* Define __DYALOG_PACKAGE_PATH__ */
#define __DYALOG_PACKAGE_PATH__ "/home/mandrake/rpm/BUILD/DyALog-1.11.3"

/* Define like PROTOTYPES; this can be used by system headers. */
#define __PROTOTYPES 1

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
/* #undef inline */
#endif

/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */



/*---------------------------------*/
/* Register Definitions            */
/*---------------------------------*/

#if defined(M_sparc_sunos)
#    define MAP_REG_BANK           "g6"
#    define Adjust_Address(p)      ((void *)((unsigned long)(p)-8))
#else
#    define Adjust_Address(p)      (p)
#endif

/*---------------------------------*/
/* Miscellaneous                   */
/*---------------------------------*/

#if defined(M_sparc_sunos)
#define __USE_FIXED_PROTOTYPES__
#endif