/usr/include/x86_64-linux-gnu/pari/paricfg.h is in libpari-dev 2.7.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | /* 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/bin/gphelp\""
#define GPDATADIR "/usr/share/pari"
#define SHELL_Q '\''
#define PARIVERSION "GP/PARI CALCULATOR Version 2.7.2 (released)"
#define PARIINFO "amd64 running linux (x86-64/GMP-6.0.0 kernel) 64-bit version"
#define PARI_VERSION_CODE 132866
#define PARI_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define PARI_VERSION_SHIFT 8
#define PARI_VCSVERSION ""
#define PARI_MT_ENGINE "pthread"
#define PARI_DOUBLE_FORMAT -
#define GCC_VERSION "gcc version 4.9.1 (Debian 4.9.1-14) "
#define ASMINLINE
/* Location of GNU gzip program (enables reading of .Z and .gz files). */
#define GNUZCAT
#define ZCAT "/bin/gzip -dc"
#define READLINE "6.3"
#define LONG_IS_64BIT
#define HAS_EXP2
#define HAS_LOG2
#define HAS_ISATTY
#define HAS_ALARM
#define USE_GETRUSAGE 1
#define HAS_SIGACTION
#define HAS_WAITPID
#define HAS_GETENV
#define HAS_SETSID
#define HAS_DLOPEN
#define STACK_CHECK
#define HAS_VSNPRINTF
#define HAS_TIOCGWINSZ
#define HAS_STRFTIME
#define HAS_STAT
#define ENABLE_TLS
#endif
|