Fail --enable-client=gtk3.22 at configure time when gtk3 not present
[freeciv.git] / vms / imlib_config.h_vms
blob79560b457a90c4897e1be083823375c81667da1e
1 /* VMS currently doesn't have fork (being added in
2    future version) use vfork for now */
3 #include <unistd.h>
4 #include <unixio.h>
5 #define fork vfork
6 #define lib$get_current_invo_context LIB$GET_CURRENT_INVO_CONTEXT
7                                         /* Should be in lib$routines.h */
8 #include <lib$routines.h>               /* Needed for LIB$GET_CURRENT_INVO_CONTEXT used by vfork */
11 ** Externals in the X-library are in upper-case
12 ** but we need mixed-case for everything else.
15 #define XAllocColor XALLOCCOLOR
16 #define XChangeProperty XCHANGEPROPERTY
17 #define XCreateColormap XCREATECOLORMAP
18 #define XCreateGC XCREATEGC
19 #define XCreateImage XCREATEIMAGE
20 #define XCreatePixmap XCREATEPIXMAP
21 #define XCreateWindow XCREATEWINDOW
22 #define XFlush XFLUSH
23 #define XFree XFREE
24 #define XFreeColors XFREECOLORS
25 #define XFreeGC XFREEGC
26 #define XGetGeometry XGETGEOMETRY
27 #define XGetImage XGETIMAGE
28 #define XGetVisualInfo XGETVISUALINFO
29 #define XGetWindowAttributes XGETWINDOWATTRIBUTES
30 #define XGetWindowProperty XGETWINDOWPROPERTY
31 #define XGrabServer XGRABSERVER
32 #define XInternAtom XINTERNATOM
33 #define XParseColor XPARSECOLOR
34 #define XPutImage XPUTIMAGE
35 #define XQueryColors XQUERYCOLORS
36 #define XSetErrorHandler XSETERRORHANDLER
37 #define XSync XSYNC
38 #define XTranslateCoordinates XTRANSLATECOORDINATES
39 #define XUngrabServer XUNGRABSERVER
40 #define XVisualIDFromVisual XVISUALIDFROMVISUAL
42 #define XCopyArea XCOPYAREA
43 #define XFreePixmap XFREEPIXMAP
45 #define XQueryExtension XQUERYEXTENSION
46 #define XShmAttach XSHMATTACH
47 #define XShmCreateImage XSHMCREATEIMAGE
48 #define XShmCreatePixmap XSHMCREATEPIXMAP
49 #define XShmDetach XSHMDETACH
50 #define XShmGetEventBase XSHMGETEVENTBASE
51 #define XShmGetImage XSHMGETIMAGE
52 #define XShmPixmapFormat XSHMPIXMAPFORMAT
53 #define XShmPutImage XSHMPUTIMAGE
54 #define XShmQueryExtension XSHMQUERYEXTENSION
55 #define XShmQueryVersion XSHMQUERYVERSION
56 #define shmat SHMAT
57 #define shmctl SHMCTL
58 #define shmdt SHMDT
59 #define shmget SHMGET
61 #define PACKAGE "imlib"
62 #define VERSION "1.9.8"
64 #define HAVE_IPC_H
65 #define HAVE_SHM_H
66 #define HAVE_XSHM_H
67 #define HAVE_SHM
68 #undef IPC_RMID_DEFERRED_RELEASE
69 #undef HAVE_LIBJPEG
70 #undef HAVE_LIBTIFF
71 #undef HAVE_LIBGIF
72 #undef HAVE_LIBPNG
74 #define HAVE_STDARGS
75 #undef USE_GMODULE
77 /* should be shm.h */
79 #include <sys/types.h>
80 int shmget(key_t key, size_t size, int shmflg);
82 /* should be in xshm.h */
84 #include <X11/Xlib.h>
85 int XShmQueryExtension (Display *display);