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
6b39eb09
Commit
6b39eb09
authored
16 years ago
by
Cyrille Valladeau
Browse files
Options
Downloads
Patches
Plain Diff
ENH : OSSIM ossimConfig.in.h upate.
parent
5e05b3be
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Utilities/otbossim/include/ossim/ossimConfig.h.in
+48
-8
48 additions, 8 deletions
Utilities/otbossim/include/ossim/ossimConfig.h.in
with
48 additions
and
8 deletions
Utilities/otbossim/include/ossim/ossimConfig.h.in
+
48
−
8
View file @
6b39eb09
/* $Id: ossimConfig.h.in
8305
2005
-
11
-
09 19:30:09
Z
gpotts $ */
/* $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. */
#define HAVE_DBMALLOC_H 0
#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
#if 0
/// Commented since ti seems not to be used
/* Define if you have support for large (64 bit size) files */
#define HAVE_LARGEFILE_SUPPORT 0
#endif
/* Define to "1" if you have libz installed, "0" if not. */
#define OSSIM_HAS_LIBZ 0
...
...
@@ -52,12 +91,12 @@
/* 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
#define OSSIM_SIZEOF_FLOAT
@CMAKE_SIZEOF_FLOAT@
#define OSSIM_SIZEOF_DOUBLE
@CMAKE_SIZEOF_DOUBLE@
#define OSSIM_SIZEOF_LONG_LONG
@OTB_SIZEOF_LONG_LONG@
#define OSSIM_SIZEOF_LONG_INT
@OTB_SIZEOF_LONG_INT@
#define OSSIM_SIZEOF_INT
@CMAKE_SIZEOF_INT@
#define OSSIM_SIZEOF_SHORT_INT
@OTB_SIZEOF_SHORT_INT@
/* These are OS specific defines */
#define __OSSIM_LINUX__ 0
...
...
@@ -83,6 +122,7 @@
#define OSSIM_MAJOR_VERSION_NUMBER @OSSIM_MAJOR_VERSION_NUMBER@
#define OSSIM_MINOR_VERSION_NUMBER @OSSIM_MINOR_VERSION_NUMBER@
#define OSSIM_PATCH_VERSION_NUMBER @OSSIM_PATCH_VERSION_NUMBER@
#define OSSIM_RELEASE_NUMBER @OSSIM_RELEASE_NUMBER@
#define OSSIM_VERSION @OSSIM_VERSION@
...
...
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