Codebase list libgeotiff / debian/1.4.0-3 geo_config.h.vc
debian/1.4.0-3

Tree @debian/1.4.0-3 (Download .tar.gz)

geo_config.h.vc @debian/1.4.0-3raw · history · blame

#ifndef GEO_CONFIG_H
#define GEO_CONFIG_H

/* Define if you have the ANSI C header files.  */
#ifndef STDC_HEADERS
#define STDC_HEADERS 1
#endif

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
/* #undef WORDS_BIGENDIAN */

/* Define if you have the <stdlib.h> header file.  */
#ifndef HAVE_STDLIB_H
#define HAVE_STDLIB_H 1
#endif

/* Define if you have the <string.h> header file.  */
#ifndef HAVE_STRING_H
#define HAVE_STRING_H 1
#endif

/* Define if you have the <strings.h> header file.  */
#ifndef HAVE_STRINGS_H
#define HAVE_STRINGS_H 1
#endif

/* Build as DLL */
#define BUILD_AS_DLL      1

#endif /* ndef GEO_CONFIG_H */