Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
74bec18b
Commit
74bec18b
authored
18 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
Remplacement par la nouvelle version d'OSSIM
parent
c4936bbb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Utilities/OSSIM/include/ossim/ossimConfig.h.in
+125
-0
125 additions, 0 deletions
Utilities/OSSIM/include/ossim/ossimConfig.h.in
with
125 additions
and
0 deletions
Utilities/OSSIM/include/ossim/ossimConfig.h.in
0 → 100644
+
125
−
0
View file @
74bec18b
/* $Id: ossimConfig.h.in,v 1.23 2005/11/09 19:30:09 gpotts Exp $ */
#ifndef ossimConfig_HEADER
#define ossimConfig_HEADER
/* Define if you have dirent.h. */
#cmakedefine CMAKE_HAVE_DIRENT_H
#ifdef CMAKE_HAVE_DIRENT_H
#define HAVE_DIRENT_H 1
#else
#define HAVE_DIRENT_H 0
#endif
/* Define as 1 if you have unistd.h. */
#cmakedefine CMAKE_HAVE_UNISTD_H
#ifdef CMAKE_HAVE_UNISTD_H
#define HAVE_UNISTD_H 1
#else
#define HAVE_UNISTD_H 0
#endif
/* Define as 1 if you have getopt.h. */
#cmakedefine CMAKE_HAVE_GETOPT_H
#ifdef CMAKE_HAVE_GETOPT_H
#define HAVE_GETOPT_H 1
#else
#define HAVE_GETOPT_H 0
#endif
/* Define as 1 if you have fcntl.h. */
#cmakedefine CMAKE_HAVE_FCNTL_H
#ifdef CMAKE_HAVE_FCNTL_H
#define HAVE_FCNTL_H 1
#else
#define HAVE_FCNTL_H 0
#endif
/* Define as 1 if you have dbmalloc.h. */
#cmakedefine CMAKE_HAVE_DBMALLOC_H
#ifdef CMAKE_HAVE_DBMALLOC_H
#define HAVE_DBMALLOC_H 1
#else
#define HAVE_DBMALLOC_H 0
#endif
/* Define as 1 if you have malloc.h. */
#cmakedefine CMAKE_HAVE_MALLOC_H
#ifdef CMAKE_HAVE_MALLOC_H
#define HAVE_MALLOC_H 1
#else
#define HAVE_MALLOC_H 0
#endif
/* Define as 1 if you have dlfcn.h. */
#cmakedefine CMAKE_HAVE_DLFCN_H
#ifdef CMAKE_HAVE_DLFCN_H
#define HAVE_DLFCN_H 1
#else
#define HAVE_DLFCN_H 0
#endif
/* Define if you have support for large (64 bit size) files */
#define HAVE_LARGEFILE_SUPPORT 0
/* Define to "1" if you have libz installed, "0" if not. */
#define OSSIM_HAS_LIBZ 0
/* Define to "1" if you have MPI(lam/mpi), "0" if not. */
#define OSSIM_HAS_MPI 0
/* Define to "1" if you have FREETYPE, "0" if not. */
#define OSSIM_HAS_FREETYPE 0
/* Define to "1" if you have GEOTIFF, "0" if not. */
#define OSSIM_HAS_GEOTIFF 0
/* Define to "1" if you have OpenThreads for mutex support, "0" if not. */
#define OSSIM_HAS_OPEN_THREADS 0
/* Enable cvs id strings for use with "ident" application. */
#define OSSIM_ID_ENABLED 1
/* Enable dynamic library support for plugins.
* Usually set to 0 for static applications.
*/
#define OSSIM_DYNAMIC_ENABLED 1
/* Define to the correct byte sizes.
* If not available define to 0 so OSSIM uses the defaults
*/
#define OSSIM_SIZEOF_FLOAT 0
#define OSSIM_SIZEOF_DOUBLE 0
#define OSSIM_SIZEOF_LONG_LONG 0
#define OSSIM_SIZEOF_LONG_INT 0
#define OSSIM_SIZEOF_INT 0
#define OSSIM_SIZEOF_SHORT_INT 0
/* These are OS specific defines */
#define __OSSIM_LINUX__ 0
#define __OSSIM_DARWIN__ 0
#define __OSSIM_ALPHA__ 0
#define __OSSIM_SGI__ 0
#define __OSSIM_SUN__ 0
#define __OSSIM_SUNOS__ 0
#define __OSSIM_SOLARIS__ 0
#define __OSSIM_FREEBSD__ 0
#define __OSSIM_BSD__ 0
#define __OSSIM_OPENBSD__ 0
#define __OSSIM_NETBSD__ 0
#define __OSSIM_OSF__ 0
#define __OSSIM_SYSV__ 0
#define __OSSIM_AIX__ 0
#define __OSSIM_DOS__ 0
#define __OSSIM_POWERPC__ 0
#define __OSSIM_BEOS__ 0
#define __OSSIM_SVR4__ 0
#define __OSSIM_EMX__ 0
#define __OSSIM_CYGWIN__ 0
#define OSSIM_MAJOR_VERSION_NUMBER @OSSIM_MAJOR_VERSION_NUMBER@
#define OSSIM_MINOR_VERSION_NUMBER @OSSIM_MINOR_VERSION_NUMBER@
#define OSSIM_RELEASE_NUMBER @OSSIM_RELEASE_NUMBER@
#define OSSIM_VERSION @OSSIM_VERSION@
#endif /* End of "#ifndef ossimConfig_HEADER" */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment