Skip to content

Commit

Permalink
Correcting gitignore, now including src/config.h.in as required
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanKierans committed Jul 8, 2024
1 parent 615d805 commit f12ad31
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ makeCluster.c
src/Makevars
src/config.h
config.*
!src/config.h.in
src/stamp-h1
autom4te.cache/
79 changes: 79 additions & 0 deletions src/config.h.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
/* src/config.h.in. Generated from configure.ac by autoheader. */

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <linux/perf_event.h> header file. */
#undef HAVE_LINUX_PERF_EVENT_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <otf2/otf2.h> header file. */
#undef HAVE_OTF2_OTF2_H

/* Define to 1 if you have the <papi.h> header file. */
#undef HAVE_PAPI_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the <zmq.h> header file. */
#undef HAVE_ZMQ_H

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Tell pmpmeas to compile in R compatible way */
#undef RTRACE_SUPPORT

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Enable usage of papi to collect hwpc */
#undef USEPAPI

/* Version number of package */
#undef VERSION

/* Enable rTrace metric collection */
#undef _COLLECT_METRICS

0 comments on commit f12ad31

Please sign in to comment.