~jfi/psensor/trunk

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: jporsini
  • Date: 2013-10-15 06:50:11 UTC
  • Revision ID: svn-v4:150fdd79-9831-44f0-b659-6bc0400daafd:psensor/trunk:1471
Fixed compilation issue for x32 architecture on 64bits systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
   */
32
32
#undef HAVE_DCGETTEXT
33
33
 
34
 
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
35
 
#undef HAVE_FSEEKO
36
 
 
37
34
/* Use gconf2 */
38
35
#undef HAVE_GCONF2
39
36
 
179
176
/* Number of bits in a file offset, on hosts where this is settable. */
180
177
#undef _FILE_OFFSET_BITS
181
178
 
182
 
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
183
 
#undef _LARGEFILE_SOURCE
184
 
 
185
179
/* Define for large files, on AIX-style hosts. */
186
180
#undef _LARGE_FILES
187
181
 
188
182
/* Define to rpl_malloc if the replacement function should be used. */
189
183
#undef malloc
190
184
 
191
 
/* Define to `long int' if <sys/types.h> does not define. */
192
 
#undef off_t
193
 
 
194
185
/* Define to rpl_realloc if the replacement function should be used. */
195
186
#undef realloc
196
187