Changeset 455a7d5 for src/config.h.in
- Timestamp:
- Aug 9, 2018, 6:35:02 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- ea5b7d6
- Parents:
- fb975a50 (diff), 0c827019 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/config.h.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/config.h.in
rfb975a50 r455a7d5 1 1 /* src/config.h.in. Generated from configure.ac by autoheader. */ 2 3 /* CPU to use if the -m32 flags is given. */ 4 #undef CFA_32_CPU 5 6 /* CPU to use if the -m64 flags is given. */ 7 #undef CFA_64_CPU 2 8 3 9 /* Location of include files. */ … … 6 12 /* Location of cfa command. */ 7 13 #undef CFA_BINDIR 14 15 /* Default cpu to use if neither -m32 or -m64 are defined. */ 16 #undef CFA_DEFAULT_CPU 8 17 9 18 /* compilation flags for cfa libraries and test programs. */ … … 152 161 /* Define to 1 if you have the ANSI C header files. */ 153 162 #undef STDC_HEADERS 163 164 /* Top build directory */ 165 #undef TOP_BUILDDIR 166 167 /* Top src directory */ 168 #undef TOP_SRCDIR 154 169 155 170 /* Version number of package */
Note:
See TracChangeset
for help on using the changeset viewer.