diff options
Diffstat (limited to 'libmudflap/config.h.in')
-rw-r--r-- | libmudflap/config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in index 3e3aa1227ee..3c5484276db 100644 --- a/libmudflap/config.h.in +++ b/libmudflap/config.h.in @@ -36,6 +36,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the <netdb.h> header file. */ +#undef HAVE_NETDB_H + /* define if you have <pthread.h> */ #undef HAVE_PTHREAD_H @@ -63,12 +66,24 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the <sys/ipc.h> header file. */ +#undef HAVE_SYS_IPC_H + +/* Define to 1 if you have the <sys/sem.h> header file. */ +#undef HAVE_SYS_SEM_H + +/* Define to 1 if you have the <sys/socket.h> header file. */ +#undef HAVE_SYS_SOCKET_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 + /* union semun defined in sys/ipc.h or sys/sem.h */ #undef HAVE_UNION_SEMUN |