Skip to content

Commit

Permalink
regen from configure.ac 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcgarry committed Nov 26, 2007
1 parent e9d8e7f commit c01a493
Show file tree
Hide file tree
Showing 2 changed files with 3,105 additions and 2,646 deletions.
14 changes: 13 additions & 1 deletion config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Host is BIG endian */
#undef HOST_BIG_ENDIAN

/* Host is LITTLE endian */
#undef HOST_LITTLE_ENDIAN

/* lex is flex */
#undef ISFLEX

Expand All @@ -75,7 +81,7 @@
/* Minor version no */
#undef PCC_MINOR

/* Minor minor version no */
/* Minor minor verions no */
#undef PCC_MINORMINOR

/* If using the C implementation of alloca, define if you know the
Expand All @@ -89,6 +95,12 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* target byteorder is big endian */
#undef TARGET_BIG_ENDIAN

/* target byteorder is little endian */
#undef TARGET_LITTLE_ENDIAN

/* Target OS */
#undef TARGOS

Expand Down
Loading

0 comments on commit c01a493

Please sign in to comment.