- Timestamp:
- Jan 11, 2013, 12:55:20 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- 3f5c713, ec06980
- Parents:
- 3e94bd3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.in
r3e94bd3 r70c2d86 1 1 /* config.in. Generated from configure.ac by autoheader. */ 2 3 /* Define to 1 if you have the <dlfcn.h> header file. */ 4 #undef HAVE_DLFCN_H 5 6 /* Define to 1 if you have the <inttypes.h> header file. */ 7 #undef HAVE_INTTYPES_H 8 9 /* Define to 1 if you have the <memory.h> header file. */ 10 #undef HAVE_MEMORY_H 2 11 3 12 /* Define to 1 if mod_status.h and the mod_Status hook are available */ 4 13 #undef HAVE_MOD_STATUS_H 14 15 /* Define to 1 if you have the <stdint.h> header file. */ 16 #undef HAVE_STDINT_H 17 18 /* Define to 1 if you have the <stdlib.h> header file. */ 19 #undef HAVE_STDLIB_H 20 21 /* Define to 1 if you have the <strings.h> header file. */ 22 #undef HAVE_STRINGS_H 23 24 /* Define to 1 if you have the <string.h> header file. */ 25 #undef HAVE_STRING_H 26 27 /* Define to 1 if you have the <sys/stat.h> header file. */ 28 #undef HAVE_SYS_STAT_H 29 30 /* Define to 1 if you have the <sys/types.h> header file. */ 31 #undef HAVE_SYS_TYPES_H 32 33 /* Define to 1 if you have the <unistd.h> header file. */ 34 #undef HAVE_UNISTD_H 5 35 6 36 /* Name of package */ … … 22 52 #undef PACKAGE_VERSION 23 53 54 /* Define to 1 if you have the ANSI C header files. */ 55 #undef STDC_HEADERS 56 24 57 /* Version number of package */ 25 58 #undef VERSION
Note: See TracChangeset
for help on using the changeset viewer.