Blame converter/other/fiasco/config.h

Packit 78deda
/* config.h.  Generated automatically by configure.  */
Packit 78deda
/* But then manually maintained as part of Netpbm! */
Packit 78deda
Packit 78deda
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
Packit 78deda
Packit 78deda
/* Define to empty if the keyword does not work.  */
Packit 78deda
/* #undef const */
Packit 78deda
Packit 78deda
/* Define if you don't have vprintf but do have _doprnt.  */
Packit 78deda
/* #undef HAVE_DOPRNT */
Packit 78deda
Packit 78deda
/* Define if you have the vprintf function.  */
Packit 78deda
#define HAVE_VPRINTF 1
Packit 78deda
Packit 78deda
/* Define to `unsigned' if <sys/types.h> doesn't define.  */
Packit 78deda
/* #undef size_t */
Packit 78deda
Packit 78deda
/* Define if you have the ANSI C header files.  */
Packit 78deda
#define STDC_HEADERS 1
Packit 78deda
Packit 78deda
/* Define if you can safely include both <sys/time.h> and <time.h>.  */
Packit Service 2370ca
#define TIME_WITH_SYS_TIME 1
Packit 78deda
Packit 78deda
/* Define if the X Window System is missing or not being used.  */
Packit 78deda
#define X_DISPLAY_MISSING 1
Packit 78deda
Packit 78deda
/* Define if shifting of signed integers works */
Packit 78deda
#define HAVE_SIGNED_SHIFT 1
Packit 78deda
Packit 78deda
/* Define if you don't have the CLOCKS_PER_SEC define in <time.h>. */
Packit 78deda
/* #undef CLOCKS_PER_SEC */
Packit 78deda
Packit 78deda
/* The number of bytes in a char.  */
Packit 78deda
#define SIZEOF_CHAR 1
Packit 78deda
Packit 78deda
/* The number of bytes in a int.  */
Packit 78deda
#define SIZEOF_INT 4
Packit 78deda
Packit 78deda
/* The number of bytes in a short.  */
Packit 78deda
#define SIZEOF_SHORT 2
Packit 78deda
Packit 78deda
/* Define if you have the log2 function.  */
Packit 78deda
/* #undef HAVE_LOG2 */
Packit 78deda
/* For Netpbm, we won't use log2() because it might not exist.  In
Packit 78deda
   Netpbm, misc.c contains Log2(), so we just define log2 as Log2 here.
Packit 78deda
   But first, we include <math.h> because if we don't it may get included
Packit 78deda
   after config.h, and then there could be a redefinition issue with log2.
Packit 78deda
*/
Packit 78deda
#include <math.h>
Packit 78deda
#undef log2
Packit 78deda
#define log2 Log2
Packit 78deda
Packit 78deda
/* Define if you have the memmove function.  */
Packit 78deda
#define HAVE_MEMMOVE 1
Packit 78deda
Packit 78deda
/* Define if you have the strcasecmp function.  */
Packit 78deda
#define HAVE_STRCASECMP 1
Packit 78deda
Packit 78deda
/* Define if you have the <X11/extensions/XShm.h> header file.  */
Packit 78deda
/* #undef HAVE_X11_EXTENSIONS_XSHM_H */
Packit 78deda
Packit 78deda
/* Define if you have the <assert.h> header file.  */
Packit 78deda
#define HAVE_ASSERT_H 1
Packit 78deda
Packit 78deda
/* Define if you have the <features.h> header file.  */
Packit 78deda
#define HAVE_FEATURES_H 1
Packit 78deda
Packit 78deda
/* Define if you have the <setjmp.h> header file.  */
Packit 78deda
#define HAVE_SETJMP_H 1
Packit 78deda
Packit 78deda
/* Define if you have the <string.h> header file.  */
Packit 78deda
#define HAVE_STRING_H 1
Packit 78deda
Packit 78deda
/* Define if you have the <sys/time.h> header file.  */
Packit Service 2370ca
#define HAVE_SYS_TIME_H 1
Packit 78deda
Packit 78deda
/* Define if you have the <unistd.h> header file.  */
Packit 78deda
#define HAVE_UNISTD_H 1
Packit 78deda
Packit 78deda
/* Define if you have the m library (-lm).  */
Packit 78deda
#define HAVE_LIBM 1
Packit 78deda
Packit 78deda
/* Name of package */
Packit 78deda
#define PACKAGE "fiasco"
Packit 78deda
Packit 78deda
/* Version number of package */
Packit 78deda
#define VERSION "1.0"
Packit 78deda
Packit 78deda
#define FIASCO_SHARE "/etc/"