/*  This file was created by Configure. Any change made to it will be lost
 *  next time Configure is run. */
#ifndef __CONFIG_H__
#define __CONFIG_H__
#define UNIX
#define GPHELP "/usr/local/bin/gphelp"
#define GPDATADIR "/usr/local/share/pari"
#define SHELL_Q '\''

#define PARIVERSION "GP/PARI CALCULATOR Version 2.3.2 (released)"
#ifdef __cplusplus
# define PARIINFO "C++ i386 running darwin (ix86 kernel) 32-bit version"
#else
# define PARIINFO "i386 running darwin (ix86 kernel) 32-bit version"
#endif
#define PARI_VERSION_CODE 131842
#define PARI_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define PARI_VERSION_SHIFT 8

#define PARI_DOUBLE_FORMAT 1
#define GCC_VERSION "3.3 20030304 (Apple Computer, Inc. build 1809)"
#define ASMINLINE

/*  Location of GNU gzip program (enables reading of .Z and .gz files). */
#define GNUZCAT
#define ZCAT "/usr/local/bin/gzip -dc"

#define HAS_EXP2
#define HAS_LOG2
#define ULONG_NOT_DEFINED
#define USE_FTIME 1
#define HAS_SIGACTION
#define HAS_DLOPEN
#define HAS_VSNPRINTF
#define HAS_STRFTIME
#endif


syntax highlighted by Code2HTML, v. 0.9.1