1 /* config.h.  Generated automatically by configure.  */
2 /* But then manually maintained as part of Netpbm! */
3 
4 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
5 
6 /* Define to empty if the keyword does not work.  */
7 /* #undef const */
8 
9 /* Define if you don't have vprintf but do have _doprnt.  */
10 /* #undef HAVE_DOPRNT */
11 
12 /* Define if you have the vprintf function.  */
13 #define HAVE_VPRINTF 1
14 
15 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
16 /* #undef size_t */
17 
18 /* Define if you have the ANSI C header files.  */
19 #define STDC_HEADERS 1
20 
21 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
22 #define TIME_WITH_SYS_TIME 1
23 
24 /* Define if the X Window System is missing or not being used.  */
25 #define X_DISPLAY_MISSING 1
26 
27 /* Define if shifting of signed integers works */
28 #define HAVE_SIGNED_SHIFT 1
29 
30 /* Define if you don't have the CLOCKS_PER_SEC define in <time.h>. */
31 /* #undef CLOCKS_PER_SEC */
32 
33 /* The number of bytes in a char.  */
34 #define SIZEOF_CHAR 1
35 
36 /* The number of bytes in a int.  */
37 #define SIZEOF_INT 4
38 
39 /* The number of bytes in a short.  */
40 #define SIZEOF_SHORT 2
41 
42 /* Define if you have the log2 function.  */
43 /* #undef HAVE_LOG2 */
44 /* For Netpbm, we won't use log2() because it might not exist.  In
45    Netpbm, misc.c contains Log2(), so we just define log2 as Log2 here.
46    But first, we include <math.h> because if we don't it may get included
47    after config.h, and then there could be a redefinition issue with log2.
48 */
49 #include <math.h>
50 #undef log2
51 #define log2 Log2
52 
53 /* Define if you have the memmove function.  */
54 #define HAVE_MEMMOVE 1
55 
56 /* Define if you have the strcasecmp function.  */
57 #define HAVE_STRCASECMP 1
58 
59 /* Define if you have the <X11/extensions/XShm.h> header file.  */
60 /* #undef HAVE_X11_EXTENSIONS_XSHM_H */
61 
62 /* Define if you have the <assert.h> header file.  */
63 #define HAVE_ASSERT_H 1
64 
65 /* Define if you have the <features.h> header file.  */
66 #define HAVE_FEATURES_H 1
67 
68 /* Define if you have the <setjmp.h> header file.  */
69 #define HAVE_SETJMP_H 1
70 
71 /* Define if you have the <string.h> header file.  */
72 #define HAVE_STRING_H 1
73 
74 /* Define if you have the <sys/time.h> header file.  */
75 #define HAVE_SYS_TIME_H 1
76 
77 /* Define if you have the <unistd.h> header file.  */
78 #define HAVE_UNISTD_H 1
79 
80 /* Define if you have the m library (-lm).  */
81 #define HAVE_LIBM 1
82 
83 /* Name of package */
84 #define PACKAGE "fiasco"
85 
86 /* Version number of package */
87 #define VERSION "1.0"
88 
89 #define FIASCO_SHARE "/etc/"
90