source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/Rectification/src/config.h @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 774 bytes
Line 
1/* src/config.h.  Generated automatically by configure.  */
2// Size of certain variables
3
4// relational operators are screwed - so make sure don't get defined and mess everything up in older versions of gcc (pre 3.0).
5#define __SGI_STL_INTERNAL_RELOPS
6
7#define SIZEOF_UNSIGNED_CHAR 1
8#define SIZEOF_CHAR 1
9#define SIZEOF_UNSIGNED_SHORT 2
10#define SIZEOF_SHORT 2
11#define SIZEOF_UNSIGNED_LONG_INT 4
12#define SIZEOF_LONG_INT 4
13
14// Can link with the bsd library for GNU C.
15// Allows us to switch on GNU extensions and get loads of juicy
16// inline optimisations and extra optimised functions
17#define HAVE_LIBBSD 1
18#ifdef __GNUC__
19#if HAVE_LIBBSD==1
20// On better set up systems _GNU_SOURCE will already be defined for me
21#ifndef _GNU_SOURCE
22#define _GNU_SOURCE
23#endif
24#endif
25#endif
Note: See TracBrowser for help on using the repository browser.