X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=config.h.in;h=54e8a6fcfe06e5706bb15ab4ba932b9f0810b02a;hp=c52fd8cb74d37555b60f4a9bc0dfe4e7ee43a869;hb=refs%2Ftags%2Fv0.1.6;hpb=5963521296680c2aeb40baeb72459dffc14cd996 diff --git a/config.h.in b/config.h.in index c52fd8c..54e8a6f 100644 --- a/config.h.in +++ b/config.h.in @@ -25,8 +25,17 @@ /* Define if you have the fl library (-lfl). */ #undef HAVE_LIBFL +/* Define if you have the getopt library (-lgetopt). */ +#undef HAVE_LIBGETOPT + +/* Define if you have the gmp library (-lgmp). */ +#undef HAVE_LIBGMP + /* Define if you have the gmp2 library (-lgmp2). */ #undef HAVE_LIBGMP2 + +/* Define if you have the gnugetopt library (-lgnugetopt). */ +#undef HAVE_LIBGNUGETOPT /* -*- c -*- */ /* These are from config.h.bot, pasted onto the end of config.h.in. */