/[svn]/libgig/trunk/config.h.in
ViewVC logotype

Diff of /libgig/trunk/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by schoenebeck, Sun Nov 16 17:47:00 2003 UTC revision 27 by schoenebeck, Thu Jan 1 23:46:41 2004 UTC
# Line 1  Line 1 
1  /* config.h.in.  Generated from configure.in by autoheader.  */  /* config.h.in.  Generated from configure.in by autoheader.  */
 /* Define if the C compiler supports BOOL */  
 #undef HAVE_BOOL  
2    
3  #undef VERSION  /*
4       Define to 1 if you have the <dlfcn.h>
5  #undef PACKAGE     header file. */
   
 /* Define if you need the GNU extensions to compile */  
 #undef _GNU_SOURCE  
   
 /* Define to 1 if you have the <dlfcn.h> header file. */  
6  #undef HAVE_DLFCN_H  #undef HAVE_DLFCN_H
7    
8  /* Define to 1 if you have the <inttypes.h> header file. */  /*
9       Define to 1 if you have the <inttypes.h>
10       header file. */
11  #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
12    
13  /* Define to 1 if you have the <memory.h> header file. */  /*
14       Define to 1 if you have the <memory.h>
15       header file. */
16  #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
17    
18  /* Define to 1 if you have the <stdint.h> header file. */  /*
19       Define to 1 if you have the <stdint.h>
20       header file. */
21  #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
22    
23  /* Define to 1 if you have the <stdlib.h> header file. */  /*
24       Define to 1 if you have the <stdlib.h>
25       header file. */
26  #undef HAVE_STDLIB_H  #undef HAVE_STDLIB_H
27    
28  /* Define to 1 if you have the <strings.h> header file. */  /*
29       Define to 1 if you have the <strings.h>
30       header file. */
31  #undef HAVE_STRINGS_H  #undef HAVE_STRINGS_H
32    
33  /* Define to 1 if you have the <string.h> header file. */  /*
34       Define to 1 if you have the <string.h>
35       header file. */
36  #undef HAVE_STRING_H  #undef HAVE_STRING_H
37    
38  /* Define to 1 if you have the <sys/stat.h> header file. */  /*
39       Define to 1 if you have the <sys/stat.h>
40       header file. */
41  #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
42    
43  /* Define to 1 if you have the <sys/types.h> header file. */  /*
44       Define to 1 if you have the <sys/types.h>
45       header file. */
46  #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
47    
48  /* Define to 1 if you have the <unistd.h> header file. */  /*
49       Define to 1 if you have the <unistd.h>
50       header file. */
51  #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
52    
53  /* Name of package */  /*
54       Name of package */
55  #undef PACKAGE  #undef PACKAGE
56    
57  /* Define to the address where bug reports for this package should be sent. */  /*
58       Define to the address where bug reports for
59       this package should be sent. */
60  #undef PACKAGE_BUGREPORT  #undef PACKAGE_BUGREPORT
61    
62  /* Define to the full name of this package. */  /*
63       Define to the full name of this package.
64       */
65  #undef PACKAGE_NAME  #undef PACKAGE_NAME
66    
67  /* Define to the full name and version of this package. */  /*
68       Define to the full name and version of
69       this package. */
70  #undef PACKAGE_STRING  #undef PACKAGE_STRING
71    
72  /* Define to the one symbol short name of this package. */  /*
73       Define to the one symbol short name of
74       this package. */
75  #undef PACKAGE_TARNAME  #undef PACKAGE_TARNAME
76    
77  /* Define to the version of this package. */  /*
78       Define to the version of this package. */
79  #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
80    
81  /* Define to 1 if you have the ANSI C header files. */  /*
82       Define to 1 if you have the ANSI
83       C header files. */
84  #undef STDC_HEADERS  #undef STDC_HEADERS
85    
86  /* Version number of package */  /*
87       Version number of package */
88  #undef VERSION  #undef VERSION
89    
90  /* Define to 1 if your processor stores words with the most significant byte  /*
91     first (like Motorola and SPARC, unlike Intel and VAX). */     Define to 1 if your processor stores words
92       with the most significant byte first (like Motorola and
93       SPARC, unlike Intel and VAX). */
94  #undef WORDS_BIGENDIAN  #undef WORDS_BIGENDIAN

Legend:
Removed from v.26  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC