/usr/include/clips/clips_config.h is in libclips-dev 6.24-3ubuntu1.
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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | /* clips_config.h. Generated automatically by configure. */
/* clips_config.h.in. Generated automatically from configure.in by autoheader. */
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if your <sys/time.h> declares struct tm. */
/* #undef TM_IN_SYS_TIME */
/* Define if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */
/* Define if you want for aditional degugging info */
/* #undef DEBUG */
/* Define if you have the <X11/Xaw3d/%.h> header files. */
/* #undef HAVE_LIBXAW3D_H */
/* SOLARIS flag added at NRC 96.2.9 to allow customization for Solaris systems
/* #undef SOLARIS */
/* Define if you have the ftime function. */
#define HAVE_FTIME 1
/* Define if you have the getwd function. */
#define HAVE_GETWD 1
/* Define if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define if you have the <malloc.h> header file. */
#define HAVE_MALLOC_H 1
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
/* Define if you have the <sgtty.h> header file. */
#define HAVE_SGTTY_H 1
/* Define if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
/* Define if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define if you have the <sys/dir.h> header file. */
/* #undef HAVE_SYS_DIR_H */
/* Define if you have the <sys/ndir.h> header file. */
/* #undef HAVE_SYS_NDIR_H */
/* Define if you have the ICE library (-lICE). */
/* #undef HAVE_LIBICE */
/* Define if you have the SM library (-lSM). */
/* #undef HAVE_LIBSM */
/* Define if you have the X11 library (-lX11). */
/* #undef HAVE_LIBX11 */
/* Define if you have the Xaw3d library (-lXaw3d). */
/* #undef HAVE_LIBXAW3D */
/* Define if you have the Xext library (-lXext). */
/* #undef HAVE_LIBXEXT */
/* Define if you have the Xmu library (-lXmu). */
/* #undef HAVE_LIBXMU */
/* Define if you have the Xt library (-lXt). */
/* #undef HAVE_LIBXT */
/* Define if you have the m library (-lm). */
#define HAVE_LIBM 1
/* Define if you have the termcap library (-ltermcap). */
/* #undef HAVE_LIBTERMCAP */
/* New in clips 6.2 still to be defined */
#define ENVIRONMENT_API_ONLY 0
#define ALLOW_ENVIRONMENT_GLOBALS 1
|