Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > 08b6ba4a5956f2b058c9ca40fbe13685 > files > 27

librox-c-devel-2.1.10-2mdv2011.0.i586.rpm

/* rox-clib.h.  Generated from rox-clib.h.in by configure.  */
/* -*- c -*-
 * The configure script will auto-generate rox-clib.h from rox-clib.h.in 
 */

/** \file rox-clib.h
 * \brief Internal file
 *
 * This file is generated by running ROX-CLib/AppRun --compile.  It 
 * contains information about the system ROX-CLib was compiled on and some
 * internal data and macros.
 */

/* Define our data */
#define ROXCLIB_PROJECT "ROX-CLib"
#define ROXCLIB_PURPOSE "C library for ROX apps"
#define ROXCLIB_VERSION "2.1.10 (13th October 2007)"
#define ROXCLIB_AUTHOR  "Stephen Watson"
#define ROXCLIB_WEBSITE "http://www.kerofin.demon.co.uk/rox/"

#ifdef LIB_IS_FINAL
#define LIB_PROJECT ROXCLIB_PROJECT
#define LIB_PURPOSE ROXCLIB_PURPOSE
#define LIB_VERSION ROXCLIB_VERSION
#define LIB_AUTHOR  ROXCLIB_AUTHOR
#define LIB_WEBSITE ROXCLIB_WEBSITE
#endif

#define PKG_CONFIG "pkg-config"
#define GTK_CFLAGS "pkg-config  gtk+-2.0 --cflags"
#define GTK_LIBS "pkg-config  gtk+-2.0 --libs"
/* #undef XML_CONFIG */

/* #undef HAVE_APSYMBOLS_H */
/* #undef HAVE_APBUILD_APSYMBOLS_H */
#define HAVE_LIBINTL_H 1
#define HAVE_LIBNSL 1
#define HAVE_MKDIR 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_DGETTEXT 1
#define HAVE_BINDTEXTDOMAIN 1
/* #undef HAVE_XML */
#define HAVE_GETXATTR 1
/* #undef HAVE_ATTROPEN */
#define GTK2 1

#ifndef _
#if defined(HAVE_LIBINTL_H) && defined(HAVE_DGETTEXT)
#include <libintl.h>
#define _(String) dgettext("ROX-CLib", String)
#else
#define _(String) (String)
#endif
#define N_(String) (String)
#endif

#ifdef GTK2
# define GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
# define G_DISABLE_CONST_RETURNS
#else
# define gdk_x11_xatom_to_atom(x) (x)
# define gdk_x11_atom_to_xatom(x) (x)
#endif

#define ROX_CLIB_DEPRECATED(use) rox_deprecated_warning(__func__, use)

#if defined(HAVE_APSYMBOLS_H)
# include <apsymbols.h>
#elif defined(HAVE_APBUILD_APSYMBOLS_H)
# include <apbuild/apsymbols.h>
#endif