diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-04-14 10:19:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-04-14 10:19:44 (GMT) |
commit | 06a83e90aa345c27db2652ddccdba683cdfa9311 (patch) | |
tree | dfe95488425e40028e0d606094d9019736d8d31c /pyconfig.h.in | |
parent | 314fc79ce8ffa79fbe42d26a4dc350b901d9341b (diff) | |
download | cpython-06a83e90aa345c27db2652ddccdba683cdfa9311.zip cpython-06a83e90aa345c27db2652ddccdba683cdfa9311.tar.gz cpython-06a83e90aa345c27db2652ddccdba683cdfa9311.tar.bz2 |
Patch #543447: Add posix.mknod.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 5ad717b..dbc03be 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -260,6 +260,9 @@ /* Define to 1 if you have the `mkfifo' function. */ #undef HAVE_MKFIFO +/* Define to 1 if you have the `mknod' function. */ +#undef HAVE_MKNOD + /* Define to 1 if you have the `mktime' function. */ #undef HAVE_MKTIME |