Changes in src/config.h.in [37fe352:a5c722b]
- File:
-
- 1 edited
-
src/config.h.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/config.h.in
r37fe352 ra5c722b 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_CPU5 6 /* CPU to use if the -m64 flags is given. */7 #undef CFA_64_CPU8 2 9 3 /* Location of include files. */ … … 12 6 /* Location of cfa command. */ 13 7 #undef CFA_BINDIR 14 15 /* Default cpu to use if neither -m32 or -m64 are defined. */16 #undef CFA_DEFAULT_CPU17 8 18 9 /* compilation flags for cfa libraries and test programs. */ … … 161 152 /* Define to 1 if you have the ANSI C header files. */ 162 153 #undef STDC_HEADERS 163 164 /* Top build directory */165 #undef TOP_BUILDDIR166 167 /* Top src directory */168 #undef TOP_SRCDIR169 154 170 155 /* Version number of package */
Note:
See TracChangeset
for help on using the changeset viewer.