Ticket #37115: xaw3d.c

File xaw3d.c, 2.2 KB (added by ballapete (Peter "Pete" Dyballa), 11 years ago)

C test programme from configure

Line 
1/* confdefs.h */
2#define PACKAGE_NAME "emacs"
3#define PACKAGE_TARNAME "emacs"
4#define PACKAGE_VERSION "24.3.50"
5#define PACKAGE_STRING "emacs 24.3.50"
6#define PACKAGE_BUGREPORT ""
7#define PACKAGE_URL ""
8#define PACKAGE "emacs"
9#define VERSION "24.3.50"
10#define WIDE_EMACS_INT 1
11#define STDC_HEADERS 1
12#define HAVE_SYS_TYPES_H 1
13#define HAVE_SYS_STAT_H 1
14#define HAVE_STDLIB_H 1
15#define HAVE_STRING_H 1
16#define HAVE_MEMORY_H 1
17#define HAVE_STRINGS_H 1
18#define HAVE_INTTYPES_H 1
19#define HAVE_STDINT_H 1
20#define HAVE_UNISTD_H 1
21#define __EXTENSIONS__ 1
22#define _ALL_SOURCE 1
23#define _DARWIN_C_SOURCE 1
24#define _GNU_SOURCE 1
25#define _POSIX_PTHREAD_SEMANTICS 1
26#define _TANDEM_SOURCE 1
27#define SYSTEM_TYPE "darwin"
28#define HAVE_SYS_RESOURCE_H 1
29#define HAVE_SYS_UTSNAME_H 1
30#define HAVE_PWD_H 1
31#define HAVE_UTMP_H 1
32#define HAVE_DIRENT_H 1
33#define HAVE_UTIL_H 1
34#define HAVE_SYS_SOCKET_H 1
35#define HAVE_STDLIB_H 1
36#define HAVE_UNISTD_H 1
37#define HAVE_SYS_PARAM_H 1
38#define HAVE_PTHREAD_H 1
39#define HAVE_MALLOC_MALLOC_H 1
40#define HAVE_SYS_UN_H 1
41#define HAVE_GETOPT_H 1
42#define HAVE_SYS_TIME_H 1
43#define HAVE_WCHAR_H 1
44#define HAVE_STDINT_H 1
45#define HAVE_INTTYPES_H 1
46#define HAVE_SYS_SELECT_H 1
47#define HAVE_SYS_STAT_H 1
48#define HAVE_UTIME_H 1
49#define HAVE_TERM_H 1
50#define TIME_WITH_SYS_TIME 1
51#define HAVE_DECL_SYS_SIGLIST 1
52#define HAVE_SYS_WAIT_H 1
53#define HAVE_SPEED_T 1
54#define HAVE_NET_IF_H 1
55#define HAVE_IFADDRS_H 1
56#define HAVE_NET_IF_DL_H 1
57#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
58#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
59#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
60#define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
61#define HAVE_LONG_FILE_NAMES 1
62#define TERM_HEADER "xterm.h"
63#define SYSTEM_MALLOC 1
64#define HAVE_GETPAGESIZE 1
65#define HAVE_MMAP 1
66#define HAVE_PTHREAD 1
67#define HAVE_XRMSETDATABASE 1
68#define HAVE_XSCREENRESOURCESTRING 1
69#define HAVE_XSCREENNUMBEROFSCREEN 1
70#define HAVE_IMAGEMAGICK 1
71#define HAVE_MAGICKEXPORTIMAGEPIXELS 1
72#define HAVE_MAGICKMERGEIMAGELAYERS 1
73#define HAVE_GNUTLS 1
74#define HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION 1
75#define HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY 1
76/* end confdefs.h.  */
77
78#include <X11/Intrinsic.h>
79#include <X11/Xaw3d/Simple.h>
80int
81main ()
82{
83
84  ;
85  return 0;
86}